summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/man/Makefile.inc
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-09-07 19:01:43 +0000
committeralex <alex@FreeBSD.org>1998-09-07 19:01:43 +0000
commitfe02148d3f8adf07ccb0cd4f4491ed4eadc9a710 (patch)
treebe26836ebbbdc58cff84aa54c1c720ab317da73d /lib/libc_r/man/Makefile.inc
parent06f84d5212709c1fffd29e99fe45de2c81683197 (diff)
downloadFreeBSD-src-fe02148d3f8adf07ccb0cd4f4491ed4eadc9a710.zip
FreeBSD-src-fe02148d3f8adf07ccb0cd4f4491ed4eadc9a710.tar.gz
Implement pthread read/write locks as defined by Version 2 of the Single
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
Diffstat (limited to 'lib/libc_r/man/Makefile.inc')
-rw-r--r--lib/libc_r/man/Makefile.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index e6bb8a5..f92f3df 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/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