* cygwin.din: add cygwin_dll_init
* dcrt0.cc (cygwin_dll_init): new (dll_crt0_1): short circuit if manually loaded * path.cc (mount_info::init): don't init if manually loaded
This commit is contained in:
@ -854,6 +854,9 @@ mount_info::init ()
|
||||
the registry. */
|
||||
from_registry ();
|
||||
|
||||
if (dynamically_loaded)
|
||||
return;
|
||||
|
||||
/* If slash isn't already mounted, mount system directory as slash. */
|
||||
if (nmounts != 0)
|
||||
for (int i = 0; i < nmounts; i++)
|
||||
|
Reference in New Issue
Block a user