fix typo
This commit is contained in:
parent
ee766fda68
commit
4c68bf65c8
|
@ -12,7 +12,7 @@
|
||||||
* syscalls.cc (dup3): Fix debug typo.
|
* syscalls.cc (dup3): Fix debug typo.
|
||||||
|
|
||||||
* fhandler.cc (flush_async_io): Assume only called for writer. Call
|
* 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.
|
has_ongoing_io.
|
||||||
(fhandler_base_overlapped::close): Only start flush thread when closing
|
(fhandler_base_overlapped::close): Only start flush thread when closing
|
||||||
write handle. Only cancel I/O when reading.
|
write handle. Only cancel I/O when reading.
|
||||||
|
|
Loading…
Reference in New Issue