New module 'unicase/u32-is-titlecase'.
[pspp] / lib / signal.in.h
index 62e2b778d18e47a35388e7d1c333f9496f4e30a1..3c74fd8d4ae2bb19df0dc9790ae4dce6c0cbe58e 100644 (file)
@@ -178,6 +178,12 @@ extern int sigaction (int, const struct sigaction *restrict,
 #endif /* !@HAVE_SIGACTION@, !@HAVE_STRUCT_SIGACTION_SA_SIGACTION@ */
 
 
+/* Some systems don't have SA_NODEFER.  */
+#ifndef SA_NODEFER
+# define SA_NODEFER 0
+#endif
+
+
 #ifdef __cplusplus
 }
 #endif