* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Don't set io_pending
unless ReadFile has returned an error. (this is a partial fix, accidentally checked in)
This commit is contained in:
parent
44d2fc0a45
commit
d1dded4d67
|
@ -1,3 +1,9 @@
|
|||
2011-05-28 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Don't set
|
||||
io_pending unless ReadFile has returned an error. (this is a partial fix,
|
||||
accidentally checked in)
|
||||
|
||||
2011-05-28 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* autoload.cc: Call _api_fatal in asm.
|
||||
|
|
Loading…
Reference in New Issue