s/!SIGNOTEMPY/SIGISEMPTY/
Reviewed by: marcel, jhb, alfred
This commit is contained in:
parent
7b59b3310d
commit
b44a13481e
@ -1553,7 +1553,7 @@ issignal(p)
|
||||
SIGSETNAND(mask, p->p_sigmask);
|
||||
if (p->p_flag & P_PPWAIT)
|
||||
SIG_STOPSIGMASK(mask);
|
||||
if (!SIGNOTEMPTY(mask)) /* no signal to send */
|
||||
if (SIGISEMPTY(mask)) /* no signal to send */
|
||||
return (0);
|
||||
sig = sig_ffs(&mask);
|
||||
prop = sigprop(sig);
|
||||
|
Loading…
Reference in New Issue
Block a user