diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 18:56:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 18:56:58 -0700 |
commit | 80e2f0333d58b56fb33f91f17574158f3a39e04c (patch) | |
tree | 5bcda082e2650b71278675a26d279f8276d8b372 /system | |
parent | 39b93880df73cb06c33d7eb393b150a7c961f4bd (diff) |
fix header parsing bug and unistd.h header; fixes unistd_confstr
Diffstat (limited to 'system')
-rw-r--r-- | system/include/libc/sys/unistd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h index 8a1aa686..952568a9 100644 --- a/system/include/libc/sys/unistd.h +++ b/system/include/libc/sys/unistd.h @@ -490,11 +490,11 @@ int _EXFUN(unlinkat, (int, const char *, int)); #define _CS_POSIX_V7_THREADS_CFLAGS 18 #define _CS_POSIX_V7_THREADS_LDFLAGS 19 #define _CS_V7_ENV 20 -#define _CS_V6_ENV _CS_V6_ENV -/* XXX Emscripten: two additional ones */ -#define _CS_GNU_LIBC_VERSION 42 -#define _CS_GNU_LIBPTHREAD_VERSION 42 +/* XXX Emscripten: remove self-ref, and add two additional ones */ +/* #define _CS_V6_ENV _CS_V6_ENV */ +#define _CS_GNU_LIBC_VERSION 42 +#define _CS_GNU_LIBPTHREAD_VERSION 43 #endif |