aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/features.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-19 17:34:25 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-19 17:34:25 +0100
commitd477c4c2fbe5fd353950d3e94db4b7ef7125eb75 (patch)
tree84a95116b250e16f5884aa12edf6b166c80e1516 /system/include/libc/sys/features.h
parent7c6c1f8a3ee6b77aa3661460fd7510a9cd18ba0a (diff)
sa_sigaction
Diffstat (limited to 'system/include/libc/sys/features.h')
-rw-r--r--system/include/libc/sys/features.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/include/libc/sys/features.h b/system/include/libc/sys/features.h
index 9faf2b89..87a520a0 100644
--- a/system/include/libc/sys/features.h
+++ b/system/include/libc/sys/features.h
@@ -25,6 +25,10 @@
extern "C" {
#endif
+#if EMSCRIPTEN
+#define _POSIX_REALTIME_SIGNALS 1
+#endif
+
/* RTEMS adheres to POSIX -- 1003.1b with some features from annexes. */
#ifdef __rtems__