From c6ed5790b47d1252f5729fe15323efcbb34516f8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 30 Jul 2002 01:31:51 +0000 Subject: * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec. * cygheap.cc (cygheap_fixup_in_child): Call debug_fixup_after_fork_exec immediately after cygheap has ben set up. --- winsup/cygwin/dcrt0.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/dcrt0.cc') diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 26e70b22e..42fed831f 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -627,7 +627,6 @@ dll_crt0_1 () CloseHandle (spawn_info->hexec_proc); if (close_ppid_handle) CloseHandle (child_proc_info->pppid_handle); - debug_fixup_after_fork_exec (); } /* Initialize the cygwin subsystem if this is the first process, -- cgit v1.2.3