diff options
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r-- | sys/kern/kern_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index cd5c5ea..05d0c5b 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1411,13 +1411,13 @@ psignal(p, sig) } } mtx_unlock_spin(&sched_lock); - goto out; } else { if (p->p_thread.td_wchan == NULL) goto run; p->p_stat = SSLEEP; mtx_unlock_spin(&sched_lock); } + goto out; } if (prop & SA_STOP) { |