Hash :
9b2dcfaf
Author :
Date :
2019-12-03T03:49:30
Fix some more link errors with --enable-threads=isoc. * modules/pthread-mutex (Depends-on): Test $gl_threads_api differently. * modules/pthread-rwlock (Depends-on): Likewise.
Description:
POSIX read-write locks.
Files:
lib/pthread-rwlock.c
m4/pthread-rwlock.m4
Depends-on:
pthread-h
pthread-cond [test $gl_threads_api != windows && test $REPLACE_PTHREAD_RWLOCK_INIT = 1]
nanosleep [test $gl_threads_api != windows && test $HAVE_PTHREAD_RWLOCK_INIT = 1 && test $HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0]
windows-timedrwlock [test $gl_threads_api = windows]
configure.ac:
gl_PTHREAD_RWLOCK
if test $HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0 || test $REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK = 1; then
AC_LIBOBJ([pthread-rwlock])
fi
gl_PTHREAD_MODULE_INDICATOR([pthread-rwlock])
Makefile.am:
Include:
<pthread.h>
Link:
$(LIBPTHREAD) or $(LIBPMULTITHREAD)
License:
LGPLv2+
Maintainer:
all