diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 04:51:09 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 04:51:09 +0000 |
commit | b8a66ba2cdef71c64a38ba3cc5609df3da41620e (patch) | |
tree | aaf3c05def84c2051de08dba632e74216966c6f8 /winsup/cygwin/sigproc.cc | |
parent | 7a1bf10a8433261a1dd4ae86b76750716d358569 (diff) | |
download | newlib-b8a66ba2cdef71c64a38ba3cc5609df3da41620e.zip newlib-b8a66ba2cdef71c64a38ba3cc5609df3da41620e.tar.gz newlib-b8a66ba2cdef71c64a38ba3cc5609df3da41620e.tar.bz2 |
revert inexplicable previous checkin
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index c7752b8..74ffed1 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -346,15 +346,6 @@ proc_subproc (DWORD what, DWORD val) if (global_sigs[SIGCHLD].sa_handler == (void *) SIG_IGN) for (int i = 0; i < nprocs; i += remove_proc (i)) continue; - break; - case PROC_KILLFORKED: - for (int i = 0; i < nprocs; i++) - if (ISSTATE (procs[i], PID_INITIALIZING)) - { - TerminateProcess (procs[i].hProcess, 1); - procs[i]->process_state = PID_EXITED; - } - break; } out: |