about summary refs log tree commit diff
path: root/include/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits/signal.h')
-rw-r--r--include/bits/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bits/signal.h b/include/bits/signal.h
index 2427f37a..c0bb818b 100644
--- a/include/bits/signal.h
+++ b/include/bits/signal.h
@@ -48,6 +48,7 @@ struct __siginfo
 #define SA_RESTART    0x10000000
 #define SA_NODEFER    0x40000000
 #define SA_RESETHAND  0x80000000
+#define SA_RESTORER   0x04000000
 
 #define SS_ONSTACK    1
 #define SS_DISABLE    2