From 37174fe8125e31ae3076e4df9ea63e2b743ace6d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Aug 1994 17:29:20 +0000 Subject: Formerly wait.c.~10~ --- proc/wait.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proc') diff --git a/proc/wait.c b/proc/wait.c index 90f67b9c..4157f665 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -297,7 +297,8 @@ kern_return_t S_proc_mod_stopchild (struct proc *p, int value) { - p->p_nostopcld = !! value; + /* VALUE is nonzero if we should send SIGCHLD. */ + p->p_nostopcld = ! value; return 0; } -- cgit v1.2.3