svn commit: r340617 - head/sys/netgraph

Warner Losh imp at bsdimp.com
Tue Nov 27 03:22:18 UTC 2018


On Mon, Nov 26, 2018 at 8:18 PM Eugene Grosbein <eugen at freebsd.org> wrote:

> 27.11.2018 7:15, Warner Losh wrote:
>
> > time_t is 64-bits in FreeBSD for all architectures regardless of
> __LP64__, except it's 32-bits on i386.
> >
> > Warner
>
> sys/powerpc/include/_types.h defines time_t being 32 or 64 bit depending
> on __LP64__
> just like sys/x86/include/_types.h does.
>
> Does 32-bit PowerPC mode actually exist/is supported?
>

typedef __int64_t       __time_t;               /* time()... */

is what I see, unconditionally. It used to be 32-bit years ago...

32-bit powerpc is still a thing.

Warner


More information about the svn-src-head mailing list