From a591389de3f259e0c608bcf8fcacd94cc79fe0b6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 21 Oct 2005 14:08:19 +0000 Subject: * dir.cc (rmdir): Eliminate nonsensical code. * fork.cc (fork): Move exit debug_printf to last statement. --- winsup/cygwin/fork.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fork.cc') diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index 3381d128d..13cccba3e 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -601,8 +601,8 @@ fork () set_errno (grouped.this_errno); } - syscall_printf ("%d = fork()", res); sig_send (NULL, __SIGNOHOLD); + syscall_printf ("%d = fork()", res); return res; } #ifdef DEBUGGING -- cgit v1.2.3