CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2010-02-15 01:45:06

Modified files:
        cygwin         : ChangeLog fhandler.cc fhandler.h select.cc 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4827&r2=1.4828
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.360&r2=1.361
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.391&r2=1.392
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.156&r2=1.157

Reply via email to