From c78555838110764860ea1684eb8dccc406a4dcb0 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 5 Oct 2011 18:07:15 -0700 Subject: fix test_sysconf --- system/include/libc/sys/unistd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system') diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h index a285d8d1..57be7421 100644 --- a/system/include/libc/sys/unistd.h +++ b/system/include/libc/sys/unistd.h @@ -406,6 +406,8 @@ int _EXFUN(unlinkat, (int, const char *, int)); #define _SC_THREAD_ROBUST_PRIO_INHERIT 122 #define _SC_THREAD_ROBUST_PRIO_PROTECT 123 #define _SC_XOPEN_UUCP 124 +/* XXX Emscripten */ +#define _SC_SHARED_MEMORY_OBJECTS 199 /* * pathconf values per IEEE Std 1003.1, 2008 Edition -- cgit v1.2.3-18-g5258