summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-05-01 19:20:18 +0000
committerBruno Haible <bruno@clisp.org>2007-05-01 19:20:18 +0000
commit7f5dc4fe7e3b3a9ce3952a0e49454e2825700a30 (patch)
tree9d19f7dd224b4284c7b6a0b6f2d6e7cbe495340f /NEWS
parent5ff2244edac1c60a2172d908b03a9762f50dfa40 (diff)
downloadgnulib-7f5dc4fe7e3b3a9ce3952a0e49454e2825700a30.tar.gz
sigprocmask.h is replaced with <signal.h>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35ee0b6672..3bf067f979 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ User visible incompatible changes
Date Modules Changes
+2007-05-01 sigprocmask The module now depends on signal, so replace
+ #include "sigprocmask.h"
+ with
+ #include <signal.h>
+
2007-04-06 gettext The macro HAVE_LONG_DOUBLE is no longer set.
You can replace all its uses with 1, i.e. assume
'long double' as a type exists.