diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:35:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:35:22 +0000 |
commit | be7d909395d7a2b6e6b656997057c631dddfa2d7 (patch) | |
tree | 534d8ccf2559402dd8e2ea6881e8656312275e6d /winsup/cygwin/sigproc.cc | |
parent | 414808f9e01ce103d2bc67d4ddaa802125ce5512 (diff) | |
download | cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.gz cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.bz2 cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.zip |
Grr. REVERT erroneous checkin. AGAIN.
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 c7752b882..74ffed179 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: |