This commit is contained in:
Christopher Faylor 2012-02-01 05:43:30 +00:00
parent ee766fda68
commit 4c68bf65c8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
* syscalls.cc (dup3): Fix debug typo.
* fhandler.cc (flush_async_io): Assume only called for writer. Call
GetOverlappedResult directly rather than kluding call to
GetOverlappedResult directly rather than kludging call to
has_ongoing_io.
(fhandler_base_overlapped::close): Only start flush thread when closing
write handle. Only cancel I/O when reading.