diff options
author | jdp <jdp@FreeBSD.org> | 2003-04-20 01:53:13 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2003-04-20 01:53:13 +0000 |
commit | 6090151f12c8e22f86ebd5f7730f05eb236aa4ed (patch) | |
tree | 4228adc225ae50b5321485522c03b3f248d198bc /lib/libc_r/man/Makefile.inc | |
parent | f781b4eab2127109ca56df4056f960a6448fa5e0 (diff) | |
download | FreeBSD-src-6090151f12c8e22f86ebd5f7730f05eb236aa4ed.zip FreeBSD-src-6090151f12c8e22f86ebd5f7730f05eb236aa4ed.tar.gz |
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
libthr. No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.
PR: standards/50848
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
MFC after: 1 week
Diffstat (limited to 'lib/libc_r/man/Makefile.inc')
-rw-r--r-- | lib/libc_r/man/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index 6c0f724..73de50b 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -10,6 +10,7 @@ MAN+= pthread_attr.3 \ pthread_cancel.3 \ pthread_cleanup_pop.3 \ pthread_cleanup_push.3 \ + pthread_getconcurrency.3 \ pthread_condattr.3 \ pthread_cond_broadcast.3 \ pthread_cond_destroy.3 \ @@ -85,6 +86,7 @@ MLINKS+= \ pthread_attr.3 pthread_attr_setstack.3 \ pthread_attr.3 pthread_attr_setstackaddr.3 \ pthread_attr.3 pthread_attr_setstacksize.3 \ + pthread_getconcurrency.3 pthread_setconcurrency.3 \ pthread_condattr.3 pthread_condattr_init.3 \ pthread_condattr.3 pthread_condattr_destroy.3 \ pthread_multi_np.3 pthread_single_np.3 \ |