aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/stdint.h')
-rw-r--r--system/include/libc/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/stdint.h b/system/include/libc/stdint.h
index 94759e96..d6cea665 100644
--- a/system/include/libc/stdint.h
+++ b/system/include/libc/stdint.h
@@ -33,7 +33,7 @@ extern "C" {
/* Check if "long" is 64bit or 32bit wide */
#if __STDINT_EXP(LONG_MAX) > 0x7fffffff
#define __have_long64 1
-#elif __STDINT_EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__)
+#elif __STDINT_EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__) && !defined(EMSCRIPTEN)
#define __have_long32 1
#endif