Date: Fri, 8 Oct 2021 00:46:39 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: dbfde6870781 - stable/12 - pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links Message-ID: <202110080046.1980kdca069924@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=dbfde68707811876754304b94861ea6d65919f07 commit dbfde68707811876754304b94861ea6d65919f07 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-10-01 00:53:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-10-08 00:46:21 +0000 pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links (cherry picked from commit 6bda192013fc8e6c994098fe262f2a74f424cb57) --- share/man/man3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 8c1833c03b72..f64047b4b83c 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -349,11 +349,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?202110080046.1980kdca069924>