summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
Diffstat (limited to 'proc')
-rw-r--r--proc/wait.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/wait.c b/proc/wait.c
index cea193d4..7968a4f9 100644
--- a/proc/wait.c
+++ b/proc/wait.c
@@ -327,6 +327,7 @@ S_proc_mark_cont (struct proc *p)
p->p_stopped = 0;
p->p_continued = 1;
+ p->p_status = __W_CONTINUED;
p->p_waited = 0;
if (p->p_parent->p_waiting)