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-06-16 02:50:31 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-16 02:50:31 +0400
commita9c461626eac4c32b5b0a197909c81b62e7c8269 (patch)
treee9ffe515b2235a58f2bc79e2ae3ef239be22af9e /winsup/cygwin/cygthread.cc
parent0fc9cf11f84797e28168fbbc1d63a72fc50b7608 (diff)
* cygthread.cc (cygthread::detach): Fix debugging output.
* dcrt0.cc (dll_crt0_1): Create signal_arrived early -- before any filename manipulation. * sigproc.cc (sigproc_init): Don't create signal_arrived here. * fork.cc (fork_child): Ditto.
Diffstat (limited to 'winsup/cygwin/cygthread.cc')
-rw-r--r--winsup/cygwin/cygthread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygthread.cc b/winsup/cygwin/cygthread.cc
index 896086834..f96908c0e 100644
--- a/winsup/cygwin/cygthread.cc
+++ b/winsup/cygwin/cygthread.cc
@@ -353,7 +353,7 @@ cygthread::detach (HANDLE sigwait)
case WAIT_TIMEOUT:
break;
default:
- system_printf ("%s handle %p is bad", j ? "semaphore" : "signal_arrived", w4[j]);
+ system_printf ("%s handle %p is bad", (j ? "signal_arrived" : "semaphore"), w4[j]);
break;
}
api_fatal ("exiting on fatal error");