Searched refs:XSIGCLD (Results 1 – 2 of 2) sorted by relevance
162 return (XSIGCLD); in maptonewsig()202 case XSIGCLD: /* System V name for SIGCHLD */ in maptooldsig()246 if (mask & sigmask(XSIGCLD)) in maptooldmask()292 mask |= sigmask(XSIGCLD); in maptonewmask()
32 #define XSIGCLD 18 /* System V name for SIGCHLD */ macro