* modules/pthread-mutex (Depends-on): Test $gl_threads_api differently.
* modules/pthread-rwlock (Depends-on): Likewise.
+2019-12-02 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2019-12-02 Bruno Haible <bruno@clisp.org>
Fix link errors with --enable-threads=posix on AIX.
Depends-on:
pthread-h
-pthread_mutex_timedlock [test $gl_threads_api = posix]
+pthread_mutex_timedlock [test $gl_threads_api != windows]
windows-timedmutex [test $gl_threads_api = windows]
windows-timedrecmutex [test $gl_threads_api = windows]
Depends-on:
pthread-h
-pthread-cond [test $gl_threads_api = posix && test $REPLACE_PTHREAD_RWLOCK_INIT = 1]
-nanosleep [test $gl_threads_api = posix && test $HAVE_PTHREAD_RWLOCK_INIT = 1 && test $HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0]
+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: