Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-05-28 22:22:59 +0400
committerChristopher Faylor <me@cgf.cx>2011-05-28 22:22:59 +0400
commitd1dded4d6738981418cf1461cd4c52622bd2361b (patch)
tree235a27ab256ab3c7624c85609e02997e1708a4a3 /winsup
parent44d2fc0a45c9bb2a2dfb3cabba7097c95743c19c (diff)
* 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)
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c712ef937..a3ce468c0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
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.
* child_info.h: Redefine CURR_CHILD_INFO_MAGIC.
(child_info_fork::abort): Rename from handle_failure. Change