Handle the Woe32 SIGBREAK too.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Oct 2006 12:40:48 +0000 (12:40 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Oct 2006 12:40:48 +0000 (12:40 +0000)
lib/ChangeLog
lib/fatal-signal.c

index e8ab808..f8ecae8 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
+
 2006-10-03  Bruno Haible  <bruno@clisp.org>
 
        * gl_oset.h (gl_setelement_threshold_fn): New type.
index edf2ea9..8a3a99c 100644 (file)
@@ -72,6 +72,10 @@ static int fatal_signals[] =
 #ifdef SIGXFSZ
     SIGXFSZ,
 #endif
+    /* Woe32 signals.  */
+#ifdef SIGBREAK
+    SIGBREAK,
+#endif
     0
   };