Searched defs:SIGCLD (Results 1 - 2 of 2) sorted by relevance

/external/netperf/
H A Dnetserver.c631 /* some OS's have SIGCLD defined as SIGCHLD */
632 #ifndef SIGCLD
633 #define SIGCLD SIGCHLD macro
634 #endif /* SIGCLD */
636 signal(SIGCLD, SIG_IGN);
713 signal(SIGCLD, SIG_IGN);
/external/kernel-headers/original/asm-mips/
H A Dsignal.h44 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ macro

Completed in 67 milliseconds