From a7670c1e828fd3f628aee3c6d77b9c40bf429b0c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 21 Jul 2001 03:20:01 +0000 Subject: * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround. * dtable.cc (dtable::dup_worker): Add debugging output. (dtable::vfork_child_dup): Correctly set close_on_exec. * fhandler.cc (fhandler_base::fork_fixup): Don't mess with handle if there is no need to get it from the parent. * fhandler_tty.cc (fhandler_tty_common::close): Add debugging output. --- winsup/cygwin/fork.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/fork.cc') diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index 640623e3b..4e3c32668 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -245,7 +245,8 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls) sync_with_parent ("after longjmp.", TRUE); ProtectHandle (hParent); - sigproc_printf ("hParent %p, child 1 first_dll %p, load_dlls %d\n", hParent, first_dll, load_dlls); + sigproc_printf ("hParent %p, child 1 first_dll %p, load_dlls %d\n", hParent, + first_dll, load_dlls); #ifdef DEBUGGING char c; -- cgit v1.2.3