aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-04-02 17:56:14 -0400
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-04-02 17:56:14 -0400
commitaba3d417d595196db4a34328f201c1f5ad73f8fc (patch)
tree7d1678616b673ef283a4c070692faa13eb7b6141 /system/include/libc
parent1823aaf13bfbbc3cbbe6c8dc9ff153361f0bcf4a (diff)
parent0a0f93a8f5e0419ab4dd85b3854ed89d63b62969 (diff)
Merge remote-tracking branch 'behdad/master' into behdad
Conflicts: src/library_gl.js
Diffstat (limited to 'system/include/libc')
-rw-r--r--system/include/libc/sys/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/include/libc/sys/types.h b/system/include/libc/sys/types.h
index 79506f3a..7fc4be21 100644
--- a/system/include/libc/sys/types.h
+++ b/system/include/libc/sys/types.h
@@ -141,13 +141,9 @@ typedef unsigned long vm_size_t;
#define __BIT_TYPES_DEFINED__
typedef signed char int8_t;
-typedef unsigned char u_int8_t;
typedef short int16_t;
-typedef unsigned short u_int16_t;
typedef int int32_t;
-typedef unsigned int u_int32_t;
typedef long long int64_t;
-typedef unsigned long long u_int64_t;
typedef int32_t register_t;
#endif /* __MS_types__ */