WAIT_ANY
return (_wait4(WAIT_ANY, istat, 0, NULL));
return (_wait4(WAIT_ANY, istat, options, rup));
if (id == WAIT_ANY) {
while ((pid = waitpid(WAIT_ANY, &status, WNOHANG)) != 0) {