aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/bsdsignal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/bsdsignal.h b/src/include/bsdsignal.h
index 5b724bbf..1a55293c 100644
--- a/src/include/bsdsignal.h
+++ b/src/include/bsdsignal.h
@@ -38,6 +38,14 @@
#include "open-axiom.h"
+#include <signal.h>
+
+#ifdef SIGCHLD
+# define OPENAXIOM_SIGCHLD SIGCHLD
+#elif defined (SIGCLD)
+# define OPENAXIOM_SIGCHLD SIGCLD
+#endif
+
#define RestartSystemCalls 1
#define DontRestartSystemCalls 0