[no reason given] is not good.
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 29935d2..75f48ef 100644 (file)
--- a/util.c
+++ b/util.c
@@ -2285,7 +2285,8 @@ Perl_rsignal(pTHX_ int signo, Sighandler_t handler)
     return PerlProc_signal(signo, handler);
 }
 
-static int sig_trapped;
+static int sig_trapped;        /* XXX signals are process-wide anyway, so we
+                          ignore the implications of this for threading */
 
 static
 Signal_t