* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.
* cygwin.din: Add long-needed comment describing what dll_crt0__FP11per_process demangles to.
This commit is contained in:
@@ -513,6 +513,10 @@ out:
|
||||
else if (fh->get_device () == FH_PIPER)
|
||||
select_printf ("%s, select for write on read end of pipe",
|
||||
fh->get_name ());
|
||||
else if (fh->get_overlapped ()->hEvent
|
||||
&& WaitForSingleObject (fh->get_overlapped ()->hEvent, 0)
|
||||
!= WAIT_OBJECT_0)
|
||||
s->write_ready = false;
|
||||
else
|
||||
{
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user