unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-sigaction.c
index 93607dd4b2b5cabe3470b645ef404d8d17277ca6..f2e9ac80dc9681858939e92fb768b13f0c25241f 100644 (file)
@@ -34,6 +34,12 @@ SIGNATURE_CHECK (sigaction, int, (int, struct sigaction const *,
 #ifndef SA_ONSTACK
 # define SA_ONSTACK 0
 #endif
+#ifndef SA_RESETHAND
+# define SA_RESETHAND 0
+#endif
+#ifndef SA_RESTART
+# define SA_RESTART 0
+#endif
 #ifndef SA_SIGINFO
 # define SA_SIGINFO 0
 #endif