CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [EMAIL PROTECTED] 2005-03-06 21:28:29
Modified files:
cygwin : ChangeLog path.cc
Log message:
* path.cc (mount_info::read_cygdrive_info_from_registry): Use the user
prefix
if it exists.
* 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/ChangeLog.diff?cvsroot=uberbaum&r1=1.2756&r2=1.2757
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.351&r2=1.352