Juan RP 9cd29dcf7e
coreutils: disable statx() support on glibc.
8.32 switched stat(1) to use statx() if available, for
file attributtes to optimize performance on linux.

The issue is that statx() was added in glibc-2.28 and
requires linux>=4.11. This makes stat(1) always fail on travis.

Disable statx detection completely for now, to make glibc
also use the same code path than musl.
2020-03-31 16:56:56 +02:00
..