This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] xstat: only check to see if __ASSUME_ST_INO_64_BIT is defined


On 01/07/2016 01:54 AM, Mike Frysinger wrote:
> We define __ASSUME_ST_INO_64_BIT by default for Linux targets, and then
> undef it for alpha/sh targets.  But the code that uses it looks at its
> value (as 0/1) rather than whether it's defined (like all other assume
> knobs).  Change the code to see if it's defined to fix build Wundef build
> errors for alpha/sh.

Looks good, but needs a ChangeLog entry.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]