summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r--lib/libpthread/man/Makefile.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index e6bb8a5..f92f3df 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.3 1997/02/22 15:05:23 peter Exp $
+# $Id: Makefile.inc,v 1.4 1998/07/31 09:09:19 phk Exp $
# POSIX thread man files
@@ -26,5 +26,14 @@ MAN3+= pthread_cleanup_pop.3 \
pthread_mutex_trylock.3 \
pthread_mutex_unlock.3 \
pthread_once.3 \
+ pthread_rwlock_destroy.3 \
+ pthread_rwlock_init.3 \
+ pthread_rwlock_rdlock.3 \
+ pthread_rwlock_unlock.3 \
+ pthread_rwlock_wrlock.3 \
+ pthread_rwlockattr_destroy.3 \
+ pthread_rwlockattr_getpshared.3 \
+ pthread_rwlockattr_init.3 \
+ pthread_rwlockattr_setpshared.3 \
pthread_self.3 \
pthread_setspecific.3
OpenPOWER on IntegriCloud