summaryrefslogtreecommitdiff
path: root/modules/pthread-cond-tests
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/pthread-cond-tests
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/pthread-cond-tests')
-rw-r--r--modules/pthread-cond-tests2
1 files changed, 1 insertions, 1 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@