summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 9250b61f2..3fcd91c5e 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1344,6 +1344,7 @@ _cygtls::call_signal_handler ()
if (!sig)
break;
+ debug_only_printf ("dealing with signal %d", sig);
this_sa_flags = sa_flags;
int thissig = sig;
void (*thisfunc) (int) = func;