mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
s/!SIGNOTEMPY/SIGISEMPTY/
Reviewed by: marcel, jhb, alfred
This commit is contained in:
parent
93994536bd
commit
ca18d53eae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue