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

Mike Frysinger vapier@gentoo.org
Thu Jan 7 19:40:00 GMT 2016


On 07 Jan 2016 12:40, Florian Weimer wrote:
> 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.

done, thanks
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20160107/1bfc8270/attachment.sig>


More information about the Libc-alpha mailing list