exit1
exit1(td, p->p_xexit, p->p_asig);
exit1(td, rval, signo);
exit1(td, ecode, 0);
void exit1(struct thread *, int, int) __dead2;