diff options
author | Christopher Faylor <me@cgf.cx> | 2002-07-30 01:31:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-07-30 01:31:51 +0000 |
commit | c6ed5790b47d1252f5729fe15323efcbb34516f8 (patch) | |
tree | 72de681a899565469ccd36404cd738bbe7b0a7ef /winsup/cygwin/dcrt0.cc | |
parent | 60d99bce80566bc3458eb4e00e46d87569c17cba (diff) | |
download | cygnal-c6ed5790b47d1252f5729fe15323efcbb34516f8.tar.gz cygnal-c6ed5790b47d1252f5729fe15323efcbb34516f8.tar.bz2 cygnal-c6ed5790b47d1252f5729fe15323efcbb34516f8.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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, |