csh_wait3
pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru);
extern pid_t csh_wait3(union wait *w, int options, struct rusage *rp);