diff options
Diffstat (limited to 'sys/kern/subr_trap.c')
| -rw-r--r-- | sys/kern/subr_trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index a5b035ae8d41..4a02c85da07b 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -200,7 +200,7 @@ ast(framep) if (sflag & PS_NEEDSIGCHK) { mtx_lock(&Giant); PROC_LOCK(p); - while ((sig = CURSIG(p)) != 0) + while ((sig = cursig(p)) != 0) postsig(sig); PROC_UNLOCK(p); mtx_unlock(&Giant); |
