Searched defs:SIGCLD (Results 1 - 1 of 1) 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);

Completed in 26 milliseconds