SIGVTALRM
if (signo == SIGALRM || signo == SIGVTALRM)
sig = SIGVTALRM;
psignal(p, SIGVTALRM);
#ifdef SIGVTALRM
SIGNAL(SIGVTALRM, bad_signal);