[PATCH 2/2] Enable ILP32 mode on aarch64 (version 2)
Steve Ellcey
sellcey@caviumnetworks.com
Wed Dec 7 17:05:00 GMT 2016
On Wed, 2016-12-07 at 12:52 +0100, Andreas Schwab wrote:
> >
> > +#define STATFS_IS_STATFS64 1
> This is a lie. You are using .../generic/bits/statfs.h, which assumes
> that fsblkcnt64_t == 2* fsblkcnt_t (etc.), but ILP32 wants them to be
> the same.
So it looks like there are two choices, change STATFS_IS_STATFS64 to
__STATFS_IS_STATFS64 so that I can use it to
ifdef generic/bits/statfs.h without polluting the namespace or
introduce a new aarch64/bits/statfs.h header to use instead of
generic/bits/statfs.h. Â Is there a preference one way or the other?
My inclination is to create a new header file.
Steve Ellcey
sellcey@caviumnetworks.com
More information about the Libc-alpha
mailing list