aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/sys/unistd.h')
-rw-r--r--system/include/libc/sys/unistd.h8
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