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:
authorChristopher Faylor <me@cgf.cx>2005-10-21 18:08:19 +0400
committerChristopher Faylor <me@cgf.cx>2005-10-21 18:08:19 +0400
commita591389de3f259e0c608bcf8fcacd94cc79fe0b6 (patch)
tree826582dabc80b7f4b8088bdacb6c8d89291ebf7d /winsup/cygwin/fork.cc
parent09968b6d2769d8f11e156c1c826ae0764a64d14a (diff)
* dir.cc (rmdir): Eliminate nonsensical code.
* fork.cc (fork): Move exit debug_printf to last statement.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc2
1 files changed, 1 insertions, 1 deletions
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