Move SIGCHLD definition to compat.h so that other files can use it.
[srvx.git] / src / compat.h
index 8a6e8e25ec4e3a328a937bef024fbabf1cc0d6e6..40b17ba9c9f711285f71123696875c5248ec8786 100644 (file)
@@ -151,4 +151,8 @@ const char *gai_strerror(int errcode);
 # endif
 #endif
 
+#ifndef SIGCHLD
+# define SIGCHLD SIGCLD
+#endif
+
 #endif /* COMPAT_H */