summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-02-07 21:26:46 +0000
committerjkim <jkim@FreeBSD.org>2011-02-07 21:26:46 +0000
commit365538a229a5a42c6c4aed58dcfbc8e8228a66df (patch)
treed3de8dc8a5660a541622ab9f21ef998d3f86dfa0 /share/man/man3/Makefile
parentd8708af48420e2edefa6527dd71ac07b1c5353eb (diff)
downloadFreeBSD-src-365538a229a5a42c6c4aed58dcfbc8e8228a66df.zip
FreeBSD-src-365538a229a5a42c6c4aed58dcfbc8e8228a66df.tar.gz
Introduce a non-portable function pthread_getthreadid_np(3) to retrieve
calling thread's unique integral ID, which is similar to AIX function of the same name. Bump __FreeBSD_version to note its introduction. Reviewed by: kib
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index cc9a3f3..9111c5c 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -179,6 +179,7 @@ PTHREAD_MAN= pthread.3 \
pthread_exit.3 \
pthread_getconcurrency.3 \
pthread_getspecific.3 \
+ pthread_getthreadid_np.3 \
pthread_join.3 \
pthread_key_create.3 \
pthread_key_delete.3 \
OpenPOWER on IntegriCloud