The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=1c55eab104646d8e2b64c5b6f9bb9df2fd47f01b
commit 1c55eab104646d8e2b64c5b6f9bb9df2fd47f01b Author: Ryan Libby <[email protected]> AuthorDate: 2021-01-03 20:52:21 +0000 Commit: Ryan Libby <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
