SIGPROF
sig = SIGPROF;
sigaction(SIGPROF, &sa, 0);
psignal(p, SIGPROF);
#ifdef SIGPROF
SIGNAL(SIGPROF, bad_signal);