summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 14:48:31 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commit3943b5a215f4de6801dda56b63ddd582b175aed4 (patch)
tree0243122bcbc2b447a0c381776371b41a85f6993d /modules
parentca97499c40c7d0544cd2521cced4e71b5e2a17eb (diff)
downloadgnulib-3943b5a215f4de6801dda56b63ddd582b175aed4.tar.gz
sched_yield: Rename LIB_SCHED_YIELD to SCHED_YIELD_LIB.
* m4/threadlib.m4: Rename LIB_SCHED_YIELD to SCHED_YIELD_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules')
-rw-r--r--modules/pthread-cond-tests2
-rw-r--r--modules/pthread-mutex-tests2
-rw-r--r--modules/pthread-once-tests2
-rw-r--r--modules/pthread-rwlock-tests2
-rw-r--r--modules/pthread-spin-tests2
-rw-r--r--modules/pthread-tss-tests2
-rw-r--r--modules/sched-c++-tests2
-rw-r--r--modules/sched_yield2
8 files changed, 8 insertions, 8 deletions
diff --git a/modules/pthread-cond-tests b/modules/pthread-cond-tests
index 75a335d565..b104ae0651 100644
--- a/modules/pthread-cond-tests
+++ b/modules/pthread-cond-tests
@@ -13,4 +13,4 @@ configure.ac:
Makefile.am:
TESTS += test-pthread-cond
check_PROGRAMS += test-pthread-cond
-test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@
+test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
diff --git a/modules/pthread-mutex-tests b/modules/pthread-mutex-tests
index c419dcc00d..4575ef5c79 100644
--- a/modules/pthread-mutex-tests
+++ b/modules/pthread-mutex-tests
@@ -12,4 +12,4 @@ configure.ac:
Makefile.am:
TESTS += test-pthread-mutex
check_PROGRAMS += test-pthread-mutex
-test_pthread_mutex_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@
+test_pthread_mutex_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@
diff --git a/modules/pthread-once-tests b/modules/pthread-once-tests
index d77dc19a5a..fc89cbcfcf 100644
--- a/modules/pthread-once-tests
+++ b/modules/pthread-once-tests
@@ -14,4 +14,4 @@ Makefile.am:
TESTS += test-pthread-once1 test-pthread-once2
check_PROGRAMS += test-pthread-once1 test-pthread-once2
test_pthread_once1_LDADD = $(LDADD) @LIBPMULTITHREAD@
-test_pthread_once2_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@
+test_pthread_once2_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
diff --git a/modules/pthread-rwlock-tests b/modules/pthread-rwlock-tests
index 594f6b6601..af29895580 100644
--- a/modules/pthread-rwlock-tests
+++ b/modules/pthread-rwlock-tests
@@ -13,4 +13,4 @@ configure.ac:
Makefile.am:
TESTS += test-pthread-rwlock
check_PROGRAMS += test-pthread-rwlock
-test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@
+test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@
diff --git a/modules/pthread-spin-tests b/modules/pthread-spin-tests
index aafe8c7bcd..9dfa698ca4 100644
--- a/modules/pthread-spin-tests
+++ b/modules/pthread-spin-tests
@@ -17,4 +17,4 @@ AC_REQUIRE([gl_SEMAPHORE])
Makefile.am:
TESTS += test-pthread-spin
check_PROGRAMS += test-pthread-spin
-test_pthread_spin_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@
+test_pthread_spin_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@
diff --git a/modules/pthread-tss-tests b/modules/pthread-tss-tests
index caa4520e52..1d339345dd 100644
--- a/modules/pthread-tss-tests
+++ b/modules/pthread-tss-tests
@@ -12,4 +12,4 @@ configure.ac:
Makefile.am:
TESTS += test-pthread-tss
check_PROGRAMS += test-pthread-tss
-test_pthread_tss_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@
+test_pthread_tss_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
diff --git a/modules/sched-c++-tests b/modules/sched-c++-tests
index 28c6ea184d..5e025de0ca 100644
--- a/modules/sched-c++-tests
+++ b/modules/sched-c++-tests
@@ -15,5 +15,5 @@ if ANSICXX
TESTS += test-sched-c++
check_PROGRAMS += test-sched-c++
test_sched_c___SOURCES = test-sched-c++.cc
-test_sched_c___LDADD = $(LDADD) $(LIB_SCHED_YIELD)
+test_sched_c___LDADD = $(LDADD) $(SCHED_YIELD_LIB)
endif
diff --git a/modules/sched_yield b/modules/sched_yield
index 6d683d58d4..ad29bcafb9 100644
--- a/modules/sched_yield
+++ b/modules/sched_yield
@@ -24,7 +24,7 @@ Include:
<sched.h>
Link:
-$(LIB_SCHED_YIELD)
+$(SCHED_YIELD_LIB)
License:
LGPLv2+