aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/sys/signal.h')
-rw-r--r--system/include/libc/sys/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/signal.h b/system/include/libc/sys/signal.h
index 910ccf78..49a94d80 100644
--- a/system/include/libc/sys/signal.h
+++ b/system/include/libc/sys/signal.h
@@ -73,6 +73,7 @@ typedef struct {
/* three arguments instead of one. */
#define SA_NODEFER 4 /* XXX Emscripten */
#define SA_RESETHAND 8 /* XXX Emscripten */
+#define SA_RESTART 16 /* XXX Emscripten */
/* struct sigaction notes from POSIX:
*