OSDN Git Service

* path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefix
authorcgf <cgf>
Sun, 6 Mar 2005 21:28:27 +0000 (21:28 +0000)
committercgf <cgf>
Sun, 6 Mar 2005 21:28:27 +0000 (21:28 +0000)
commitb3111cd3289366e3f0fa6865da6959e615980711
treec1a44b020617126486b25d1dee0ca559c5297f1d
parentd299f53d8b8eb7d8066adbba55c5592a7b891c9c
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/path.cc