diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 15:37:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 15:37:11 -0700 |
commit | ce6b7ea953dd0a974a0123e6674803a3b0b1f5a2 (patch) | |
tree | c902f3cee4e949565f4388bb5fd1462a932eff41 /system/include/libc | |
parent | 5e4a111053b401069fb4581bba191d60f9f6e527 (diff) |
socket header stuff
Diffstat (limited to 'system/include/libc')
-rw-r--r-- | system/include/libc/sys/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h index 57be7421..1eee3806 100644 --- a/system/include/libc/sys/unistd.h +++ b/system/include/libc/sys/unistd.h @@ -223,7 +223,7 @@ int _EXFUN(truncate, (const char *, off_t __length)); #endif #endif -#if defined(__CYGWIN__) || defined(__rtems__) +#if defined(EMSCRIPTEN) || defined(__CYGWIN__) || defined(__rtems__) int _EXFUN(getdtablesize, (void)); int _EXFUN(setdtablesize, (int)); useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval)); |