mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 15:00:24 +08:00
* 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.
This commit is contained in:
parent
df5a5b3592
commit
fe7b4e0306
@ -1,3 +1,17 @@
|
|||||||
|
2005-03-06 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
|
* path.cc (mount_info::read_cygdrive_info_from_registry): Use the user
|
||||||
|
prefix if it exists.
|
||||||
|
|
||||||
|
2005-03-06 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2005-03-06 Christopher Faylor <cgf@timesys.com>
|
2005-03-06 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* path.cc (special_name): Reorganize to always detect the use of
|
* path.cc (special_name): Reorganize to always detect the use of
|
||||||
|
@ -1956,6 +1956,7 @@ mount_info::read_cygdrive_info_from_registry ()
|
|||||||
cygdrive_flags |= MOUNT_SYSTEM;
|
cygdrive_flags |= MOUNT_SYSTEM;
|
||||||
slashify (cygdrive, cygdrive, 1);
|
slashify (cygdrive, cygdrive, 1);
|
||||||
cygdrive_len = strlen (cygdrive);
|
cygdrive_len = strlen (cygdrive);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user