arm64 fixup for statx support on older kernels
commitd2658f71c3d09034068bc6f7a115f44ce9535ad8
authorMark Wielaard <mark@klomp.org>
Fri, 23 Aug 2019 20:17:57 +0000 (23 22:17 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 23 Aug 2019 20:17:57 +0000 (23 22:17 +0200)
tree18c03805ebab96209777f7a1d83013a669914fa9
parenteddb917a6c67e1361b95ac2e49badf7bf7b3f8be
arm64 fixup for statx support on older kernels

Turns out (older) arm64 linux kernels don't have statx, but also not
stat64 and no stat syscalls.  It uses fstatat instead. The new statx
patch also added a check for stat.  So That needs a special case for
arm64.

Follow up for bug #400593.
coregrind/m_libcfile.c