From e46080a88e67e424418311e939cd8a2afe226a4c Mon Sep 17 00:00:00 2001 From: Christopher Wedgwood Date: Wed, 3 Feb 2010 23:24:28 -0800 Subject: os/signal: send SIGCHLDs to Incoming R=rsc CC=golang-dev http://codereview.appspot.com/199082 Committer: Russ Cox --- src/pkg/runtime/darwin/signals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/darwin/signals.h') diff --git a/src/pkg/runtime/darwin/signals.h b/src/pkg/runtime/darwin/signals.h index 449a6a7db..c93e7fbe9 100644 --- a/src/pkg/runtime/darwin/signals.h +++ b/src/pkg/runtime/darwin/signals.h @@ -28,7 +28,7 @@ static SigTab sigtab[] = { /* 17 */ 0, "SIGSTOP: stop", /* 18 */ Q+I+R, "SIGTSTP: keyboard stop", /* 19 */ 0, "SIGCONT: continue after stop", - /* 20 */ I+R, "SIGCHLD: child status has changed", + /* 20 */ Q+I+R, "SIGCHLD: child status has changed", /* 21 */ Q+I+R, "SIGTTIN: background read from tty", /* 22 */ Q+I+R, "SIGTTOU: background write to tty", /* 23 */ Q+I+R, "SIGIO: i/o now possible", -- cgit v1.2.3