diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-05 18:07:15 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-05 18:07:15 -0700 |
commit | c78555838110764860ea1684eb8dccc406a4dcb0 (patch) | |
tree | 2991d5b081dd9ee1479c538ab5da955aef94de19 /system | |
parent | 850affffaff1e4cbf1df771da498bd6494d704ff (diff) |
fix test_sysconf
Diffstat (limited to 'system')
-rw-r--r-- | system/include/libc/sys/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |