aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-31 18:11:28 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-31 18:11:28 -0800
commit88c3f163048d7f9107f314c98fc94abc9271d641 (patch)
treed94283c0e1b1de0f3c2aefa9db44040ec7885183 /system/include/libc
parentf6c2ee75635583e2652df34045464ce908645044 (diff)
parent195c3e39cc0fba69d551836e7806d1cb55b742f0 (diff)
Merge branch 'master' into llvmopts
Diffstat (limited to 'system/include/libc')
-rw-r--r--system/include/libc/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/sys/types.h b/system/include/libc/sys/types.h
index 734004e7..ab6e895b 100644
--- a/system/include/libc/sys/types.h
+++ b/system/include/libc/sys/types.h
@@ -134,7 +134,7 @@ typedef unsigned long ino_t; /* XXX Emscripten */
#endif
#endif /*__CYGWIN__*/
-#ifdef __MS_types__
+#if defined(__MS_types__) || defined(EMSCRIPTEN)
typedef unsigned long vm_offset_t;
typedef unsigned long vm_size_t;