summaryrefslogtreecommitdiff
path: root/modules/pselect-tests
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 /modules/pselect-tests
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 'modules/pselect-tests')
-rw-r--r--modules/pselect-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pselect-tests b/modules/pselect-tests
index 0c37ff6abf..d7441f0937 100644
--- a/modules/pselect-tests
+++ b/modules/pselect-tests
@@ -30,4 +30,4 @@ AC_CHECK_HEADERS_ONCE([sys/wait.h])
Makefile.am:
TESTS += test-pselect
check_PROGRAMS += test-pselect
-test_pselect_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ @LIB_PTHREAD_SIGMASK@ $(INET_PTON_LIB)
+test_pselect_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ @PTHREAD_SIGMASK_LIB@ $(INET_PTON_LIB)