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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)
39 # undef WCONTINUED macro
40 # define WCONTINUED 0 macro
329 static int wcontinued = WCONTINUED;
400 if (pid<0 && errno==EINVAL && (flags&WCONTINUED))
401 pid = waitpid((pid_t)-1,&wstat,flags&=~WCONTINUED);

Completed in 26 milliseconds