Home
last modified time | relevance | path

Searched refs:SIGCLD (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrsignal.c168 #if defined(SIGCLD) && (SIGCHLD != SIGCLD) in strsignal()
169 case SIGCLD: in strsignal()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dsignal.h331 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
355 #define SIGCLD 18 macro
371 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsig2str.c140 #ifdef SIGCLD
141 { "CLD", SIGCLD },