Closed Smattr closed 2 years ago
Linux 4.11 added statx, which it seems libc now uses in preference to some of the older stat calls.
statx
Reported-by: Adrian Bunk bunk@debian.org Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004035
Reproduced the issue on a Debian unstable 32-bit x86 VM and confirmed this PR solves it.
Linux 4.11 added
statx
, which it seems libc now uses in preference to some of the older stat calls.Reported-by: Adrian Bunk bunk@debian.org Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004035