]> sourceware.org Git - glibc.git/commit
linux: Use statx for MIPSn64
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 19 Mar 2021 12:51:29 +0000 (09:51 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 29 Mar 2021 13:22:13 +0000 (10:22 -0300)
commit5b980d4809913088729982865188b754939bcd39
tree4ffb91add912c57b4dbf56a8c9867c6702b9012b
parent1fbffbda365ae8582981dfb284c83903931dd312
linux: Use statx for MIPSn64

MIPSn64 kernel ABI for legacy stat uses unsigned 32 bit for second
timestamp, which limits the maximum value to y2106.  This patch
make mips64 use statx as for 32-bit architectures.

Thie __cp_stat64_t64_statx is open coded, its usage is solely on
fstatat64 and it avoid the need to redefine the name for mips64
(which will call __cp_stat64_statx since its does not use
__stat64_t64 internally).
sysdeps/unix/sysv/linux/fstatat64.c
sysdeps/unix/sysv/linux/mips/kernel_stat.h
sysdeps/unix/sysv/linux/statx_cp.c
This page took 0.041805 seconds and 5 git commands to generate.