summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-09-02 17:35:22 +0000
committerChristopher Faylor <me@cgf.cx>2005-09-02 17:35:22 +0000
commitbe7d909395d7a2b6e6b656997057c631dddfa2d7 (patch)
tree534d8ccf2559402dd8e2ea6881e8656312275e6d /winsup/cygwin/sigproc.h
parent414808f9e01ce103d2bc67d4ddaa802125ce5512 (diff)
downloadcygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.gz
cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.bz2
cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.zip
Grr. REVERT erroneous checkin. AGAIN.
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