From b9621e8d948ab0ac5df5363b6977df5ac0da476d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 30 Jul 2003 04:46:07 +0000 Subject: * dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to after pthread initialization. (dll_crt0_1): i.e., here. --- winsup/cygwin/dcrt0.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/dcrt0.cc') diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index f43d3b6d5..b4f7bdf5e 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -635,6 +635,10 @@ dll_crt0_1 () if (!user_data->forkee) pthread::init_mainthread (); +#ifdef DEBUGGING + strace.microseconds (); +#endif + /* Initialize debug muto, if DLL is built with --enable-debugging. Need to do this before any helper threads start. */ debug_init (); @@ -849,9 +853,6 @@ _dll_crt0 () initial_env (); char zeros[sizeof (fork_info->zero)] = {0}; static NO_COPY STARTUPINFO si; -#ifdef DEBUGGING - strace.microseconds (); -#endif main_environ = user_data->envptr; *main_environ = NULL; -- cgit v1.2.3