aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.h b/common.h
index 125611e..672aa37 100644
--- a/common.h
+++ b/common.h
@@ -18,6 +18,11 @@
# error "This program is only implemented for Linux"
#endif
+/* #define signals that may appear in list-signums.h but may be missing in <signalh> */
+#if !defined(SIGCLD) && defined(SIGCHLD)
+# define SIGCLD SIGCHLD
+#endif
+
#include "arg.h"
#include "list-errnos.h"
#include "list-signums.h"