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

Lines Matching refs:wait3

125 #  ifndef wait3
126 extern int wait3 ();
128 # define WAIT_NOHANG(status) wait3 ((status), WNOHANG, (struct rusage *) 0)
129 # endif /* Have wait3. */
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().