CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-06-22 19:59:20

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_tape.cc 

Log message:
        * fhandler.h (class fhandler_dev_tape): Add declaration for
        fixup_after_fork and set_close_on_exec.
        * fhandler_tape.cc (fhandler_dev_tape::open): Create mt_mtx mutex
        inheritable.
        (fhandler_dev_tape::close): Close mt_mtx.
        (fhandler_dev_tape::dup): Duplicate mt_mtx and mt_evt as necessary.
        (fhandler_dev_tape::fixup_after_fork): New method.
        (fhandler_dev_tape::set_close_on_exec): New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2975&r2=1.2976
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.253&r2=1.254
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tape.cc.diff?cvsroot=src&r1=1.56&r2=1.57

Reply via email to