]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state to
authorChristopher Faylor <me@cgf.cx>
Mon, 15 Feb 2010 01:45:05 +0000 (01:45 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 15 Feb 2010 01:45:05 +0000 (01:45 +0000)
commit8103e40743ef5034dd475e9a52b300bd14be1878
tree13e83654966f4b19f08d3c8f1520418cfc7e856b
parentd67a6ce4a8768ee356dbde15662095aef775e6b9
* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state to
true initially.
(fhandler_base::has_ongoing_io): Delete ill-advised function.
(fhandler_base::read_overlapped): Rely on caller having checked nonblocking
state.  Don't attempt to (incorrectly) check it here.
(fhandler_base::write_overlapped): Remove call to has_ongoing_io.
* select.cc (peek_pipe): Ditto.
* fhandler.h (fhandler_base::has_ongoing_io): Delete declaration.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/select.cc
This page took 0.029724 seconds and 5 git commands to generate.