These have been able to handle uintmax-width masks since creation.

XXX pullup-6
XXX pullup-7
This commit is contained in:
riastradh 2016-11-07 03:12:54 +00:00
parent 4276333739
commit 55c7ac83f4
1 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bits.3,v 1.16 2014/03/18 18:20:39 riastradh Exp $
.\" $NetBSD: bits.3,v 1.17 2016/11/07 03:12:54 riastradh Exp $
.\"
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
.\"
@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd October 17, 2012
.Dd November 6, 2016
.Dt BITS 3
.Os
.Sh NAME
@ -146,8 +146,3 @@ contributed the macro names
.Fn SHIFTIN
and
.Fn SHIFTOUT .
.Sh BUGS
.Fn __BIT
and
.Fn __BITS
can only express 32-bit bitmasks.