diff lib/fatal-signal.c @ 7404:71b958155bb9

Handle the Woe32 SIGBREAK too.
author Bruno Haible <bruno@clisp.org>
date Thu, 05 Oct 2006 12:40:48 +0000
parents 1c4ed7637c24
children a55a9e67f244
line wrap: on
line diff
--- a/lib/fatal-signal.c	Wed Oct 04 17:28:15 2006 +0000
+++ b/lib/fatal-signal.c	Thu Oct 05 12:40:48 2006 +0000
@@ -72,6 +72,10 @@
 #ifdef SIGXFSZ
     SIGXFSZ,
 #endif
+    /* Woe32 signals.  */
+#ifdef SIGBREAK
+    SIGBREAK,
+#endif
     0
   };