about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/fstatat64.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* io: Do not implement fstat with fstatatAdhemerval Zanella2023-09-271-10/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui2022-06-011-1/+2
* Fix ununsed fstatat64_time64_statxAdhemerval Zanella2022-03-231-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* linux: Only build fstatat fallback if requiredAdhemerval Zanella2021-11-251-7/+11
* Fix conform linknamespace tests due to gnu_dev_makedevStefan Liebler2021-03-311-2/+2
* linux: Use statx for MIPSn64Adhemerval Zanella2021-03-291-4/+25
* linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella2021-03-291-16/+40
* linux: Remove stat-check.cAdhemerval Zanella2021-02-111-0/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella2020-10-161-14/+17
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-091-23/+72
* linux: Disentangle fstatat from fxstatatAdhemerval Zanella2020-10-091-1/+42
* linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella2020-10-091-0/+38