CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2007-07-29 05:22:05

Modified files:
        cygwin         : ChangeLog cygtls.h exceptions.cc fhandler.cc 
                         fhandler.h fhandler_fifo.cc 

Log message:
        * cygtls.h (_cygtls::inside_kernel): Move function declaration into 
_cygtls
        class.
        * exceptions.cc (_cygtls::inside_kernel): Move function definition into 
_cygtls
        class.
        * fhandler.cc (fhandler_base::wait_overlapped): Make return tri-state 
to detect
        when there is a EINTR situation.  Add a pointer to a length parameter.  
Move
        GetOverlappedResult into this function.
        (fhandler_base::read_overlapped): Accommodate above changes and loop if 
we
        receive a restartable signal.
        (fhandler_base::write_overlapped): Ditto.
        * fhandler.h (fhandler_base::wait_overlapped): Reflect above changes.
        * fhandler_fifo.cc (fhandler_fifo::wait): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3866&r2=1.3867
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.52&r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.302&r2=1.303
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.295&r2=1.296
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.321&r2=1.322
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=uberbaum&r1=1.22&r2=1.23

Reply via email to