Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: return value of __BIT(x)
On Wed, Oct 17, 2012 at 02:40:51AM +0900, SAITOH Masanobu wrote:
> (2012/10/16 23:00), David Young wrote:
> > On Tue, Oct 16, 2012 at 07:01:24PM +0900, Masanobu SAITOH wrote:
> >> Hi, all.
> >>
> >> "man __BIT" says:
> >>
> >>
> >>> SYNOPSIS
> >>> #include <sys/param.h>
> >>> #include <sys/cdefs.h>
> >>>
> >>> uint32_t
> >>> __BIT(n);
> >>>
> >>> uint32_t
> >>> __BITS(m, n);
> >>
> >> uintmax_t is uint64_t, so these macros return uint64_t.
> >>
> >> What should we do?
> >
> > We should fix the manual page.
>
> Committed.
Thank you!
Dave
--
David Young
dyoung%pobox.com@localhost Urbana, IL (217) 721-9981
Home |
Main Index |
Thread Index |
Old Index