aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-31 14:13:43 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-31 14:13:43 -0800
commit632b89aa0d4742ff621c40a20619e73c59c694f6 (patch)
treeaa8e964b25cb0858eedf605e11d83a65fc239e5a /system/include/libc
parent2761fe8d19002c94aa25d92246fc9968ba7c2cac (diff)
parenta0da7bd948f3c88d0b9164994179277b72f3758c (diff)
Merge pull request #200 from ehsan/openjpeg_test
Make test_openjpeg pass on Mac
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;