WAIT_MYPGRP
if (SCARG(uap, pid) == WAIT_MYPGRP) {
else if (pid == WAIT_MYPGRP)
pid = waitpid(WAIT_MYPGRP, NULL, 0);