bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

'fatal-signal' update for Woe32


From: Bruno Haible
Subject: 'fatal-signal' update for Woe32
Date: Thu, 5 Oct 2006 14:39:51 +0200
User-agent: KMail/1.9.1

Hi,

Eric's question about clean-temp and fatal-signal on Woe32 prompted this:


2006-10-04  Bruno Haible  <address@hidden>

        * fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.

*** gnulib-20060928/lib/fatal-signal.c  2006-09-19 00:51:16.000000000 +0200
--- gnulib-20060928-modified/lib/fatal-signal.c 2006-10-05 02:10:59.000000000 
+0200
***************
*** 72,77 ****
--- 72,81 ----
  #ifdef SIGXFSZ
      SIGXFSZ,
  #endif
+     /* Woe32 signals.  */
+ #ifdef SIGBREAK
+     SIGBREAK,
+ #endif
      0
    };
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]