diff options
-rw-r--r-- | proc/mgt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -632,6 +632,7 @@ process_has_exited (struct proc *p) if (p->p_dead) return; + p->p_waited = 0; alert_parent (p); if (p->p_msgport) |
index : teythoon/hurd.git | ||
Personal Hurd development repository |
summaryrefslogtreecommitdiff |
-rw-r--r-- | proc/mgt.c | 1 |
@@ -632,6 +632,7 @@ process_has_exited (struct proc *p) if (p->p_dead) return; + p->p_waited = 0; alert_parent (p); if (p->p_msgport) |