summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 51cc55f25..c907399bf 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -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 ();