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>2006-02-20 05:04:31 +0300
committerChristopher Faylor <me@cgf.cx>2006-02-20 05:04:31 +0300
commita339c989c7bb65677c1544d613e65699030f9466 (patch)
treed201b1d003f49b9175ab8d77a40346893f6c53e6 /winsup/cygwin/timer.cc
parent6d618665782201a6b7f05d0e7d9ad1df7346c463 (diff)
* exceptions.cc (stackdump): Avoid dumping more than once.
Diffstat (limited to 'winsup/cygwin/timer.cc')
-rw-r--r--winsup/cygwin/timer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/timer.cc b/winsup/cygwin/timer.cc
index 7dea7ea69..f9205f413 100644
--- a/winsup/cygwin/timer.cc
+++ b/winsup/cygwin/timer.cc
@@ -74,6 +74,7 @@ timer_tracker::cancel ()
SetEvent (hcancel);
if (WaitForSingleObject (syncthread, INFINITE) != WAIT_OBJECT_0)
api_fatal ("WFSO failed waiting for timer thread, %E");
+ debug_printf ("cancelled");
return true;
}