Date: Tue, 5 Oct 2021 03:40:17 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6bda192013fc - main - pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links Message-ID: <202110050340.1953eHqR027798@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6bda192013fc8e6c994098fe262f2a74f424cb57 commit 6bda192013fc8e6c994098fe262f2a74f424cb57 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-10-01 00:53:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-10-05 03:39:52 +0000 pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D32243 --- share/man/man3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index ea82f04c7825..7312870a17dc 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -481,11 +481,13 @@ PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3 PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \ pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \ pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \ + pthread_mutexattr.3 pthread_mutexattr_getpshared.3 \ pthread_mutexattr.3 pthread_mutexattr_getrobust.3 \ pthread_mutexattr.3 pthread_mutexattr_gettype.3 \ pthread_mutexattr.3 pthread_mutexattr_init.3 \ pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \ pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \ + pthread_mutexattr.3 pthread_mutexattr_setpshared.3 \ pthread_mutexattr.3 pthread_mutexattr_setrobust.3 \ pthread_mutexattr.3 pthread_mutexattr_settype.3 PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110050340.1953eHqR027798>