X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fcompat.h;h=40b17ba9c9f711285f71123696875c5248ec8786;hb=2a83f0581e42390f3399d43aa5999d9518c752f8;hp=8a6e8e25ec4e3a328a937bef024fbabf1cc0d6e6;hpb=fc6ec41a5a09a61f6880c77ba5aa50e4e78387f5;p=srvx.git diff --git a/src/compat.h b/src/compat.h index 8a6e8e2..40b17ba 100644 --- a/src/compat.h +++ b/src/compat.h @@ -151,4 +151,8 @@ const char *gai_strerror(int errcode); # endif #endif +#ifndef SIGCHLD +# define SIGCHLD SIGCLD +#endif + #endif /* COMPAT_H */