aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc')
-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;