mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
pthread-mutex-tests, pthread-rwlock-tests: Fix link errors on HP-UX.
* modules/pthread-mutex-tests (Makefile.am): Link test-pthread-mutex with $(LIB_SEMAPHORE). * modules/pthread-rwlock-tests (Makefile.am): Link test-pthread-rwlock with $(LIB_SEMAPHORE).
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2020-02-10 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
pthread-mutex-tests, pthread-rwlock-tests: Fix link errors on HP-UX.
|
||||
* modules/pthread-mutex-tests (Makefile.am): Link test-pthread-mutex
|
||||
with $(LIB_SEMAPHORE).
|
||||
* modules/pthread-rwlock-tests (Makefile.am): Link test-pthread-rwlock
|
||||
with $(LIB_SEMAPHORE).
|
||||
|
||||
2020-02-10 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
ptsname_r-tests: Avoid unused function warning.
|
||||
|
@@ -11,4 +11,4 @@ configure.ac:
|
||||
Makefile.am:
|
||||
TESTS += test-pthread-mutex
|
||||
check_PROGRAMS += test-pthread-mutex
|
||||
test_pthread_mutex_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@
|
||||
test_pthread_mutex_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@
|
||||
|
@@ -12,4 +12,4 @@ configure.ac:
|
||||
Makefile.am:
|
||||
TESTS += test-pthread-rwlock
|
||||
check_PROGRAMS += test-pthread-rwlock
|
||||
test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@
|
||||
test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@
|
||||
|
Reference in New Issue
Block a user