summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index e98eb73..988478d 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -1436,6 +1436,8 @@ psignal(p, sig)
}
}
} else {
+ p->p_flag |= P_CONTINUED;
+ wakeup((caddr_t)p->p_pptr);
if (td->td_wchan == NULL)
goto run;
p->p_stat = SSLEEP;
OpenPOWER on IntegriCloud