]> sourceware.org Git - newlib-cygwin.git/blobdiff - winsup/cygwin/dcrt0.cc
2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>
[newlib-cygwin.git] / winsup / cygwin / dcrt0.cc
index 51cc55f252930f3c942e4fcac646b6cfd02c4c46..c907399bf249e0f80627ae98ca7e691b94fb5310 100644 (file)
@@ -678,6 +678,9 @@ dll_crt0_1 ()
   }
 #endif
 
+  /* Init global well known SID objects */
+  cygsid::init ();
+
   /* Initialize our process table entry. */
   pinfo_init (envp, envc);
 
@@ -687,9 +690,6 @@ dll_crt0_1 ()
   /* Allocate cygheap->fdtab */
   dtable_init ();
 
-  /* Init global well known SID objects */
-  cygsid::init ();
-
   /* Initialize user info. */
   uinfo_init ();
 
This page took 0.024481 seconds and 5 git commands to generate.