Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154.

This commit is contained in:
bde 2002-08-06 15:22:09 +00:00
parent 49b2fe8f5f
commit c2c1cb7850

View File

@ -1648,6 +1648,7 @@ issignal(td)
SIGADDSET(p->p_siglist, sig);
if (SIGISMEMBER(p->p_sigmask, sig))
continue;
signotify(p);
}
/*