Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-09-02 08:51:09 +0400
committerChristopher Faylor <me@cgf.cx>2005-09-02 08:51:09 +0400
commitb8a66ba2cdef71c64a38ba3cc5609df3da41620e (patch)
treeaaf3c05def84c2051de08dba632e74216966c6f8 /winsup/cygwin/sigproc.h
parent7a1bf10a8433261a1dd4ae86b76750716d358569 (diff)
revert inexplicable previous checkin
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h
index 2112d79a6..74d8d3bfb 100644
--- a/winsup/cygwin/sigproc.h
+++ b/winsup/cygwin/sigproc.h
@@ -34,8 +34,7 @@ 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_KILLFORKED = 5, // kill forked children on CTRL-C.
- PROC_NOTHING = 6 // nothing, really
+ PROC_NOTHING = 5 // nothing, really
};
struct sigpacket