summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2010-05-09 14:21:34 +0000
committerjilles <jilles@FreeBSD.org>2010-05-09 14:21:34 +0000
commite54eb58dbf1fd47ade259a7636f8aa4afd4f4384 (patch)
treec90514be58798f5a80b0828929e968f04548e4e5 /share/man/man3/Makefile
parent5d57926a1733c2321188224e493a5368a9be145e (diff)
downloadFreeBSD-src-e54eb58dbf1fd47ade259a7636f8aa4afd4f4384.zip
FreeBSD-src-e54eb58dbf1fd47ade259a7636f8aa4afd4f4384.tar.gz
Document clock and pshared condvar attributes.
Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken as it simply waits for the difference of the current and given value of the clock as if it were CLOCK_MONOTONIC. So document only CLOCK_REALTIME and CLOCK_MONOTONIC as allowed. MFC after: 1 week
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index ad176aa..9e536a0 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -251,7 +251,11 @@ PTHREAD_MLINKS+=pthread_barrierattr.3 pthread_barrierattr_destroy.3 \
PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
pthread_barrier_destroy.3 pthread_barrier_wait.3
PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \
- pthread_condattr.3 pthread_condattr_init.3
+ pthread_condattr.3 pthread_condattr_init.3 \
+ pthread_condattr.3 pthread_condattr_getclock.3 \
+ pthread_condattr.3 pthread_condattr_setclock.3 \
+ pthread_condattr.3 pthread_condattr_getpshared.3 \
+ pthread_condattr.3 pthread_condattr_setpshared.3
PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3
PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
OpenPOWER on IntegriCloud