aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/features.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-05 18:26:02 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-02-05 18:26:02 -0800
commit5a99d2567e76f257309cfd225876f3a5402e5f46 (patch)
tree4017c62d53033d3cdfb1cdeb26529190d58784b2 /system/include/libc/sys/features.h
parentac0972ebf6cb8ff17f1bbbf01526d29fd2d2f420 (diff)
parent9aa7bbf6987cad3cff53906c5d6a6e77b6bd5b9c (diff)
Merge branch 'incoming'
Diffstat (limited to 'system/include/libc/sys/features.h')
-rw-r--r--system/include/libc/sys/features.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/include/libc/sys/features.h b/system/include/libc/sys/features.h
index 87a520a0..8c32bf04 100644
--- a/system/include/libc/sys/features.h
+++ b/system/include/libc/sys/features.h
@@ -26,7 +26,10 @@ extern "C" {
#endif
#if EMSCRIPTEN
-#define _POSIX_REALTIME_SIGNALS 1
+#define _POSIX_REALTIME_SIGNALS 1
+#define _POSIX_THREADS 200112L
+#define _UNIX98_THREAD_MUTEX_ATTRIBUTES 1
+#define _POSIX_READER_WRITER_LOCKS 200112L
#endif
/* RTEMS adheres to POSIX -- 1003.1b with some features from annexes. */