Home
last modified time | relevance | path

Searched refs:XSIGCLD (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c162 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()
H A Dsignalmap.h32 #define XSIGCLD 18 /* System V name for SIGCHLD */ macro