Home | History | Annotate | Download | only in make-3.81

Lines Matching full:waitpid

122 # define WAIT_NOHANG(status)	waitpid (-1, (status), WNOHANG)
123 #else /* Don't have waitpid. */
130 #endif /* Have waitpid. */
415 If we don't have either waitpid or wait3, then make is unreliable, but we
498 all modern, POSIX-y systems that support wait3() or waitpid().