Searched refs:SIGCHLD (Results 1 – 5 of 5) sorted by relevance
168 #ifdef SIGCHLD in strsignal()169 #if defined(SIGCLD) && (SIGCHLD != SIGCLD) in strsignal()172 case SIGCHLD: in strsignal()
138 #ifdef SIGCHLD139 { "CHLD", SIGCHLD },
126 #define SIGCHLD 17 macro
196 #define SIGCHLD 20 /* to parent on child stop or exit */ macro
25119 * libc/include/sys/signal.h (SIGCHLD): Add for _WIN32.