diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-02 16:38:33 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-02 16:38:33 -0700 |
commit | 87fc6b71372181f69718652dbc2a0a3cc3b3351c (patch) | |
tree | 6e5e451bdcd87a386ef06e686ec07d77b2db6b95 /system/include | |
parent | 385457fd62f247de66462d16c54c4c89e040adc2 (diff) | |
parent | b36cf348f850b618269ef9694391e754f3776346 (diff) |
Merge pull request #339 from ehsan/behdad
Behdad's glut fixes
Diffstat (limited to 'system/include')
-rw-r--r-- | system/include/libc/sys/types.h | 4 |
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__ */ |