Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/debug.cc')
-rw-r--r--winsup/cygwin/debug.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc
index 3e2aa1145..538b51f1c 100644
--- a/winsup/cygwin/debug.cc
+++ b/winsup/cygwin/debug.cc
@@ -171,6 +171,7 @@ delete_handle (handle_list *hl)
void
debug_fixup_after_fork_exec ()
{
+debug_printf ("BEFORE");
/* No lock needed at this point */
handle_list *hl;
for (hl = &cygheap->debug.starth; hl->next != NULL; /* nothing */)
@@ -178,6 +179,7 @@ debug_fixup_after_fork_exec ()
hl = hl->next;
else
delete_handle (hl); // removes hl->next
+debug_printf ("AFTER");
}
static bool __stdcall