summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/timer.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-20 02:04:31 +0000
committerChristopher Faylor <me@cgf.cx>2006-02-20 02:04:31 +0000
commita339c989c7bb65677c1544d613e65699030f9466 (patch)
treed201b1d003f49b9175ab8d77a40346893f6c53e6 /winsup/cygwin/timer.cc
parent6d618665782201a6b7f05d0e7d9ad1df7346c463 (diff)
downloadcygnal-a339c989c7bb65677c1544d613e65699030f9466.tar.gz
cygnal-a339c989c7bb65677c1544d613e65699030f9466.tar.bz2
cygnal-a339c989c7bb65677c1544d613e65699030f9466.zip
* 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;
}