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/cygheap.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygheap.cc') diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc index 9aa5a4b84..edd77fcf3 100644 --- a/winsup/cygwin/cygheap.cc +++ b/winsup/cygwin/cygheap.cc @@ -146,6 +146,7 @@ cygheap_fixup_in_child (bool execed) ForceCloseHandle1 (child_proc_info->cygheap_h, passed_cygheap_h); cygheap_init (); + debug_fixup_after_fork_exec (); if (execed) { -- cgit v1.2.3