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 e8ab8081446ed52db343d0de111ee9da1aeefc48..f8ecae8a404327ce06c3c53bc6d4a2d4369ca94b 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 edf2ea96d29f36f8f0c9684caff470149074c918..8a3a99c3689d1ad16135a0b86cccf1e0f888018d 100644 (file)
@@ -71,6 +71,10 @@ static int fatal_signals[] =
 #endif
 #ifdef SIGXFSZ
     SIGXFSZ,
+#endif
+    /* Woe32 signals.  */
+#ifdef SIGBREAK
+    SIGBREAK,
 #endif
     0
   };