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
This commit is contained in:
parent
98689d0ffb
commit
1c55eab104
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user