* lib/glthread/lock.h [USE_POSIX_THREADS_WEAK]: Declare also
pthread_rwlockattr_init, pthread_rwlockattr_setkind_np,
pthread_rwlockattr_destroy weak.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+2017-01-31 Bruno Haible <bruno@clisp.org>
+
+ lock: Fix link error (regression from 2017-01-05).
+ * lib/glthread/lock.h [USE_POSIX_THREADS_WEAK]: Declare also
+ pthread_rwlockattr_init, pthread_rwlockattr_setkind_np,
+ pthread_rwlockattr_destroy weak.
+ Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
2017-01-30 Paul Eggert <eggert@cs.ucla.edu>
Port to PGI 16.10 x86-64
# pragma weak pthread_mutexattr_init
# pragma weak pthread_mutexattr_settype
# pragma weak pthread_mutexattr_destroy
+# pragma weak pthread_rwlockattr_init
+# pragma weak pthread_rwlockattr_setkind_np
+# pragma weak pthread_rwlockattr_destroy
# ifndef pthread_self
# pragma weak pthread_self
# endif