summaryrefslogtreecommitdiff
path: root/doc/posix-functions/pthread_rwlockattr_destroy.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-15 02:37:47 +0200
committerBruno Haible <bruno@clisp.org>2019-07-15 02:38:34 +0200
commit0473a3cccf079d2292e75babd94590523518bb0f (patch)
treed792634c146f8c4cc9cbeb4591b8098f7918c900 /doc/posix-functions/pthread_rwlockattr_destroy.texi
parente09ceafdb38f57a50bc88e820c8af1d95b7aae22 (diff)
downloadgnulib-0473a3cccf079d2292e75babd94590523518bb0f.tar.gz
pthread-rwlock: New module.
* lib/pthread-rwlock.c: New file, based on lib/glthread/lock.c. * m4/pthread-rwlock.m4: New file. * modules/pthread-rwlock: New file. * doc/posix-functions/pthread_rwlock_init.texi: Mention the new module and the Android problem. * doc/posix-functions/pthread_rwlockattr_init.texi: Likewise. * doc/posix-functions/pthread_rwlockattr_destroy.texi: Likewise. * doc/posix-functions/pthread_rwlock_rdlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_wrlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_tryrdlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_trywrlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_timedrdlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_timedwrlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_unlock.texi: Likewise. * doc/posix-functions/pthread_rwlock_destroy.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/pthread_rwlockattr_destroy.texi')
-rw-r--r--doc/posix-functions/pthread_rwlockattr_destroy.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/posix-functions/pthread_rwlockattr_destroy.texi b/doc/posix-functions/pthread_rwlockattr_destroy.texi
index b8771f039f..d32596e3d8 100644
--- a/doc/posix-functions/pthread_rwlockattr_destroy.texi
+++ b/doc/posix-functions/pthread_rwlockattr_destroy.texi
@@ -4,15 +4,17 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_destroy.html}
-Gnulib module: ---
+Gnulib module: pthread-rwlock
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+Minix 3.1.8, mingw, MSVC 14.
+But the provided replacement is just a dummy on some of these platforms:
+Minix 3.1.8.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on some platforms:
-Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
@end itemize