Date: Sun, 3 Jan 2021 20:52:42 GMT From: Ryan Libby <rlibby@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1c55eab10464 - main - bitset.9: add missing MLINKS Message-ID: <202101032052.103KqgG3015246@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=1c55eab104646d8e2b64c5b6f9bb9df2fd47f01b commit 1c55eab104646d8e2b64c5b6f9bb9df2fd47f01b Author: Ryan Libby <rlibby@FreeBSD.org> AuthorDate: 2021-01-03 20:52:21 +0000 Commit: Ryan Libby <rlibby@FreeBSD.org> CommitDate: 2021-01-03 20:52:21 +0000 bitset.9: add missing MLINKS Add MLINKS for new bitset(9) APIs in r364796 / f8782001804f674dc3aff53053af5ebc3c199f02 and ae4a8e52072a87bfd49d553b9b14450c626269f8. Reported by: trasz Reviewed by: cem Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27944 --- share/man/man9/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 689e52f14792..7b55bf8516c7 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -611,6 +611,7 @@ MLINKS+=bitset.9 BITSET_DEFINE.9 \ bitset.9 BIT_EMPTY.9 \ bitset.9 BIT_ISFULLSET.9 \ bitset.9 BIT_FFS.9 \ + bitset.9 BIT_FFS_AT.9 \ bitset.9 BIT_FLS.9 \ bitset.9 BIT_COUNT.9 \ bitset.9 BIT_SUBSET.9 \ @@ -627,6 +628,8 @@ MLINKS+=bitset.9 BITSET_DEFINE.9 \ bitset.9 BIT_CLR_ATOMIC.9 \ bitset.9 BIT_SET_ATOMIC.9 \ bitset.9 BIT_SET_ATOMIC_ACQ.9 \ + bitset.9 BIT_TEST_SET_ATOMIC.9 \ + bitset.9 BIT_TEST_CLR_ATOMIC.9 \ bitset.9 BIT_AND_ATOMIC.9 \ bitset.9 BIT_OR_ATOMIC.9 \ bitset.9 BIT_COPY_STORE_REL.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101032052.103KqgG3015246>