diff options
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 7b55487bb..11b04ec4f 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -612,7 +612,7 @@ sigproc_terminate (void) // finished with anything it is doing // sig_dispatch_pending (TRUE); // wake up and die /* In case of a sigsuspend */ - SetEvent (signal_arrived); + // SetEvent (signal_arrived); /* If !hwait_sig, then the process probably hasn't even finished * its initialization phase. |