From 7a1bf10a8433261a1dd4ae86b76750716d358569 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 2 Sep 2005 04:46:51 +0000 Subject: bad_addresses --- winsup/cygwin/sigproc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.h') diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 74d8d3bfb..2112d79a6 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -34,7 +34,8 @@ enum procstuff PROC_DETACHED_CHILD = 2, // set up a detached child PROC_CLEARWAIT = 3, // clear all waits - signal arrived PROC_WAIT = 4, // setup for wait() for subproc - PROC_NOTHING = 5 // nothing, really + PROC_KILLFORKED = 5, // kill forked children on CTRL-C. + PROC_NOTHING = 6 // nothing, really }; struct sigpacket -- cgit v1.2.3