]> Savannah Git Hosting - gnulib.git/commit
pthread_rwlock_rdlock: Add comments regarding glibc behaviour.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Jun 2018 16:16:34 +0000 (18:16 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Jun 2018 16:16:34 +0000 (18:16 +0200)
commit8584beae8e0f4ac4a5c128d35da43241761501db
tree64c722e63d43cbc34609384ef900adcf9bfcc31c
parent0d45ec7c033c165ad73a6509c7fa84aa67edf4ea
pthread_rwlock_rdlock: Add comments regarding glibc behaviour.

* m4/pthread_rwlock_rdlock.m4: Add comment.
* doc/posix-functions/pthread_rwlock_rdlock.texi: Mention that rwlocks
are reader-preferring in glibc.
* doc/posix-functions/pthread_rwlock_tryrdlock.texi: Likwise.
* doc/posix-functions/pthread_rwlock_timedrdlock.texi: Likewise.
ChangeLog
doc/posix-functions/pthread_rwlock_rdlock.texi
doc/posix-functions/pthread_rwlock_timedrdlock.texi
doc/posix-functions/pthread_rwlock_tryrdlock.texi
m4/pthread_rwlock_rdlock.m4