summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2014-12-22 15:35:45 +0000
committerRobert Mustacchi <rm@joyent.com>2014-12-27 08:30:25 -0800
commitad0ef8fd06d1ac28108685495a9ba1244a20a5ca (patch)
treee27b39b866d058b449af84b40e7704acf3469db7 /usr/src/man/man3c/Makefile
parentb65dd972486b1f5913d705d2a0cb9c3fb189a9e0 (diff)
downloadillumos-joyent-ad0ef8fd06d1ac28108685495a9ba1244a20a5ca.tar.gz
5477 Need manual pages for new pthreads robust related functions
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3c/Makefile')
-rw-r--r--usr/src/man/man3c/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile
index 8702d82265..878f352ce8 100644
--- a/usr/src/man/man3c/Makefile
+++ b/usr/src/man/man3c/Makefile
@@ -317,6 +317,7 @@ MANFILES= __fbufsize.3c \
pthread_key_create.3c \
pthread_key_delete.3c \
pthread_kill.3c \
+ pthread_mutex_consistent.3c \
pthread_mutex_getprioceiling.3c \
pthread_mutex_init.3c \
pthread_mutex_lock.3c \
@@ -324,6 +325,7 @@ MANFILES= __fbufsize.3c \
pthread_mutexattr_getprioceiling.3c \
pthread_mutexattr_getprotocol.3c \
pthread_mutexattr_getpshared.3c \
+ pthread_mutexattr_getrobust.3c \
pthread_mutexattr_gettype.3c \
pthread_mutexattr_init.3c \
pthread_once.3c \
@@ -1017,6 +1019,7 @@ MANLINKS= FD_CLR.3c \
pthread_mutexattr_setprioceiling.3c \
pthread_mutexattr_setprotocol.3c \
pthread_mutexattr_setpshared.3c \
+ pthread_mutexattr_setrobust.3c \
pthread_mutexattr_settype.3c \
pthread_rwlock_destroy.3c \
pthread_rwlock_reltimedrdlock_np.3c \
@@ -2005,6 +2008,8 @@ pthread_mutexattr_setprotocol.3c := LINKSRC = pthread_mutexattr_getprotocol.3c
pthread_mutexattr_setpshared.3c := LINKSRC = pthread_mutexattr_getpshared.3c
+pthread_mutexattr_setrobust.3c := LINKSRC = pthread_mutexattr_getrobust.3c
+
pthread_mutexattr_settype.3c := LINKSRC = pthread_mutexattr_gettype.3c
pthread_mutexattr_destroy.3c := LINKSRC = pthread_mutexattr_init.3c