diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:12:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:12:37 +0000 |
commit | 414808f9e01ce103d2bc67d4ddaa802125ce5512 (patch) | |
tree | 2fc20623e4d929db4b68506c21a5a74edfb41276 /winsup/cygwin/sigproc.h | |
parent | 8f36ef2f33ab096ea580dc4fdbaf6565b561e65f (diff) | |
download | cygnal-414808f9e01ce103d2bc67d4ddaa802125ce5512.tar.gz cygnal-414808f9e01ce103d2bc67d4ddaa802125ce5512.tar.bz2 cygnal-414808f9e01ce103d2bc67d4ddaa802125ce5512.zip |
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
dependencies when invoked from top-level make.
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r-- | winsup/cygwin/sigproc.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |