* 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:
Christopher Faylor
2009-06-28 18:23:35 +00:00
parent d0880d6200
commit 91000b5d66
5 changed files with 21 additions and 13 deletions

View File

@@ -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