aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-02 16:46:51 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-02 16:46:51 -0700
commit4b3253624632e40dc0a2b5476f67a2460dfde217 (patch)
tree8a531f64145451edf8294baaaaab54d71f9d87f3 /system
parent87fc6b71372181f69718652dbc2a0a3cc3b3351c (diff)
fix test_glgears
Diffstat (limited to 'system')
-rw-r--r--system/include/libc/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/types.h b/system/include/libc/sys/types.h
index 7fc4be21..77acc92e 100644
--- a/system/include/libc/sys/types.h
+++ b/system/include/libc/sys/types.h
@@ -140,6 +140,7 @@ typedef unsigned long vm_size_t;
#define __BIT_TYPES_DEFINED__
+// XXX Emscripten: removed unsigned types which are already defined
typedef signed char int8_t;
typedef short int16_t;
typedef int int32_t;