summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/man/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/man/Makefile.inc')
-rw-r--r--lib/libc_r/man/Makefile.inc17
1 files changed, 15 insertions, 2 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index 7d67fb8..e6bb8a5 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/man/Makefile.inc
@@ -1,10 +1,18 @@
-# $Id$
+# $Id: Makefile.inc,v 1.3 1997/02/22 15:05:23 peter Exp $
# POSIX thread man files
.PATH: ${.CURDIR}/man
-MAN3+= pthread_create.3 \
+MAN3+= pthread_cleanup_pop.3 \
+ pthread_cleanup_push.3 \
+ pthread_cond_broadcast.3 \
+ pthread_cond_destroy.3 \
+ pthread_cond_init.3 \
+ pthread_cond_signal.3 \
+ pthread_cond_timedwait.3 \
+ pthread_cond_wait.3 \
+ pthread_create.3 \
pthread_detach.3 \
pthread_equal.3 \
pthread_exit.3 \
@@ -12,6 +20,11 @@ MAN3+= pthread_create.3 \
pthread_join.3 \
pthread_key_create.3 \
pthread_key_delete.3 \
+ pthread_mutex_destroy.3 \
+ pthread_mutex_init.3 \
+ pthread_mutex_lock.3 \
+ pthread_mutex_trylock.3 \
+ pthread_mutex_unlock.3 \
pthread_once.3 \
pthread_self.3 \
pthread_setspecific.3
OpenPOWER on IntegriCloud