diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 13:41:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 13:41:37 -0700 |
commit | b0d268d121d8868be33d8633b09499b34a4db45f (patch) | |
tree | d67eaf4f5e200b5b5f57099c46a1413d43cbd287 /system/include/libc/sys/signal.h | |
parent | 6b730836aa53f6b4896f24dd8a4b456669ae4f1a (diff) | |
parent | 475e72dc5539d9c59fc267927441a502c14a178f (diff) |
Merge branch 'incoming'
Diffstat (limited to 'system/include/libc/sys/signal.h')
-rw-r--r-- | system/include/libc/sys/signal.h | 1 |
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: * |