Searched refs:SIGCLD (Results 1 – 3 of 3) sorted by relevance
169 #if defined(SIGCLD) && (SIGCHLD != SIGCLD) in strsignal()170 case SIGCLD: in strsignal()
141 #ifdef SIGCLD142 { "CLD", SIGCLD },
197 #define SIGCLD 20 /* System V name for SIGCHLD */ macro