summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/system/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/replace/system/wait.h')
-rw-r--r--source/lib/replace/system/wait.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/lib/replace/system/wait.h b/source/lib/replace/system/wait.h
index 3855f7ae724..179ef0774e0 100644
--- a/source/lib/replace/system/wait.h
+++ b/source/lib/replace/system/wait.h
@@ -40,4 +40,8 @@
#include <setjmp.h>
#endif
+#ifndef SA_RESETHAND
+#define SA_RESETHAND SA_ONESHOT
+#endif
+
#endif