summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 14:39:16 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitca97499c40c7d0544cd2521cced4e71b5e2a17eb (patch)
tree1cd8cb1f72ad7a4059e144fbfda692583ab8b9a9 /NEWS
parent046c426c7bf141b69380597709caaebf1a6c0761 (diff)
downloadgnulib-ca97499c40c7d0544cd2521cced4e71b5e2a17eb.tar.gz
pthread_sigmask: Rename LIB_PTHREAD_SIGMASK to PTHREAD_SIGMASK_LIB.
* m4/pthread_sigmask.m4: Rename LIB_PTHREAD_SIGMASK to PTHREAD_SIGMASK_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4db3501d0..ec6147be99 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,9 @@ User visible incompatible changes
Date Modules Changes
+2023-01-07 pthread_sigmask Link with $(PTHREAD_SIGMASK_LIB) instead of
+ $(LIB_PTHREAD_SIGMASK).
+
2023-01-07 posix_spawn Link with $(POSIX_SPAWN_LIB) instead of
$(LIB_POSIX_SPAWN).