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-29 19:19:34 +0400
committerChristopher Faylor <me@cgf.cx>2005-10-29 19:19:34 +0400
commitf02b22dcee17b7f533c99c59e48dfe0d58e2382e (patch)
treef37f26dc7a2801de0bdca2e10328fba3e9c58b05 /winsup/cygwin/sigproc.cc
parentc85263884a9d3c3bb5b082504fc98fc2bdeb9741 (diff)
* fork.cc (frok::child): Change order of cleanup prior to return.
(fork): Save more of the stack. * gendef: Fix some comments. * sigproc.cc (wait_sig): Clarify debug output.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 5e1a2edee..a4a0dafc3 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -1175,8 +1175,8 @@ wait_sig (VOID *)
proc_subproc (PROC_CLEARWAIT, 0);
if (pack.wakeup)
{
+ sigproc_printf ("signalling pack.wakeup %p", pack.wakeup);
SetEvent (pack.wakeup);
- sigproc_printf ("signalled %p", pack.wakeup);
}
if (pack.si.si_signo == __SIGEXIT)
break;