CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-03-06 20:21:30

Modified files:
        cygwin         : dcrt0.cc sync.h sync.cc 

Log message:
        * sync.h (sync::init_lock): Declare new static member.
        (sync::init()): Declare new static function.
        * sync.cc (sync::init): Define.
        (sync::init): Lock attempt to initialize a muto to stop multiple 
threads from
        colliding.
        * dcrt0.cc (dll_crt0_0): Initialize muto environment.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.228&r2=1.229
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.cc.diff?cvsroot=uberbaum&r1=1.30&r2=1.31

Reply via email to