From 1fc4df5a691c6faef6b70c1dc282b679e8977fd2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 19 Oct 2002 18:29:37 +0000 Subject: * fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains from concurrency from cythread::init. --- winsup/cygwin/fork.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'winsup/cygwin/fork.cc') diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index 729de1d8b..4cac097b5 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -284,8 +284,6 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls) if (fixup_mmaps_after_fork (hParent)) api_fatal ("recreate_mmaps_after_fork_failed"); - pinfo_fixup_after_fork (); - MALLOC_CHECK; /* If we haven't dynamically loaded any dlls, just signal @@ -308,6 +306,7 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls) api_fatal ("recreate_shm areas after fork failed"); cygthread::init (); + pinfo_fixup_after_fork (); signal_fixup_after_fork (); /* Set thread local stuff to zero. Under Windows 95/98 this is sometimes -- cgit v1.2.3