1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-11-09 18:01:03 +03:00
Files
glibc/sysdeps/unix/sysv/linux/lxstat64.c
Mike Frysinger 1f89b8d881 xstat: only check to see if __ASSUME_ST_INO_64_BIT is defined
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.
2016-01-07 14:37:09 -05:00

1.7 KiB