* 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.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user