diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/fstat64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/fstat64.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/fstat64.c b/sysdeps/unix/sysv/linux/fstat64.c index cc9f695..8da9be3 100644 --- a/sysdeps/unix/sysv/linux/fstat64.c +++ b/sysdeps/unix/sysv/linux/fstat64.c @@ -1,5 +1,5 @@ /* Get file status. Linux version. - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -30,7 +30,7 @@ __fstat64_time64 (int fd, struct __stat64_t64 *buf) { #if !FSTATAT_USE_STATX # if XSTAT_IS_XSTAT64 - /* The __NR_stat macro is defined for all ABIs that also define + /* The __NR_stat macro is defined for all ABIs that also define XSTAT_IS_STAT64, so to correctly identify alpha and sparc check __NR_newfstatat (similar to what fstatat64 does). */ # ifdef __NR_newfstatat @@ -60,7 +60,7 @@ __fstat64_time64 (int fd, struct __stat64_t64 *buf) # endif #else /* !FSTATAT_USE_STATX */ /* All kABIs with non-LFS support and with old 32-bit time_t support - e.g. arm, csky, i386, hppa, m68k, microblaze, nios2, sh, powerpc32, + e.g. arm, csky, i386, hppa, m68k, microblaze, sh, powerpc32, and sparc32. */ if (fd < 0) { |