* fhandler_console.cc (fhandler_console::read): Don't even think about breaking
on interrupt if executing in a "cygwin" thread. * fhandler_tty.cc (fhandler_pty_master::process_slave_output): Streamline, simplify code. * sigproc.cc (sig_send): Remove debugging statement.
This commit is contained in:
@@ -826,7 +826,6 @@ sigproc_printf ("ReleaseSemaphore succeeded");
|
||||
sip_printf ("Waiting for thiscomplete %p", thiscomplete);
|
||||
|
||||
SetLastError (0);
|
||||
Sleep (0);
|
||||
rc = WaitForSingleObject (thiscomplete, WSSC);
|
||||
/* Check for strangeness due to this thread being redirected by the
|
||||
signal handler. Sometimes a WAIT_TIMEOUT will occur when the
|
||||
|
Reference in New Issue
Block a user