There's no SIGCHLD on windows

pull/22966/head
Bert Belder 2010-11-25 01:04:31 +01:00
parent 4a42e408d2
commit dcc3508890
1 changed files with 3 additions and 0 deletions

View File

@ -688,7 +688,10 @@ const char *signo_string(int signo) {
#endif
SIGNO_CASE(SIGTERM);
#ifdef SIGCHLD
SIGNO_CASE(SIGCHLD);
#endif
#ifdef SIGSTKFLT
SIGNO_CASE(SIGSTKFLT);