Hi Joshua,
Joshua Kinard wrote,
I ran into a build failure on xfsprogs-4.13.1 under
uclibc-ng-1.0.26 due to it
not finding the 'f_flags' member in 'struct statfs'. Glibc has this
member,
but not uclibc-ng. Is this something going away, something yet to be added, or
something controlled by a CONFIG_* directive?
No. I think it is just missing and might be added to be compatible
with glibc.
Could you sent a patch?
Looks like we have four files in the tree:
./libc/sysdeps/linux/common-generic/bits/statfs.h
./libc/sysdeps/linux/mips/bits/statfs.h
./libc/sysdeps/linux/common/bits/statfs.h
./libc/sysdeps/linux/alpha/bits/statfs.h
It seems common-generic for new architectures without
deprecated syscalls (arc, or1k) does already have f_flags
member.
best regards
Waldemar