mirror of https://github.com/nodejs/node.git
There's no SIGCHLD on windows
parent
4a42e408d2
commit
dcc3508890
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue