diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-04 08:37:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-04 08:37:16 -0800 |
commit | 0086d64c19c523b949589a86398fda85481ddd4a (patch) | |
tree | 802a8a0e322741dbae3720ce48fc18bda00177b1 /system/include/libc/string.h | |
parent | 56610cf496a124108701181163492b8961db924d (diff) |
misc header improvements for building llvm
Diffstat (limited to 'system/include/libc/string.h')
-rw-r--r-- | system/include/libc/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/string.h b/system/include/libc/string.h index 146d602c..515c71a7 100644 --- a/system/include/libc/string.h +++ b/system/include/libc/string.h @@ -74,7 +74,7 @@ size_t _EXFUN(strnlen,(const char *, size_t)); char *_EXFUN(strsep,(char **, const char *)); char *_EXFUN(strlwr,(char *)); char *_EXFUN(strupr,(char *)); -#ifdef __CYGWIN__ +#if defined(__CYGWIN__) || defined(EMSCRIPTEN) #ifndef DEFS_H /* Kludge to work around problem compiling in gdb */ char *_EXFUN(strsignal, (int __signo)); #endif |