[PATCH 1/5] linux: Implement fstatat with __fstatat64_time64
Stefan Liebler
stli@linux.ibm.com
Tue Mar 23 16:13:37 GMT 2021
On 19/03/2021 19:31, Adhemerval Zanella via Libc-alpha wrote:
> It makes fstatat use __NR_statx, which fix the s390 issue with
> missing nanoxsecond support on compat stat syscalls (at least
> on recent kernels) and limits the statx call to only one function
> (which simplifies the __ASSUME_STATX support).
>
> Checked on i686-linux-gnu and on powerpc-linux-gnu.
> ---
Hi Adhemerval,
I've applied your series and on s390, io/tst-stat is now passing as stat
is now using statx and the nanosecond fields are not zero anymore.
Thanks,
Stefan
More information about the Libc-alpha
mailing list