about summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
authorGaƫl PORTAY <gael.portay@rtone.fr>2023-11-11 18:32:36 +0100
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-11-15 10:15:12 -0300
commitbaea60b33ec52e413cffad59d7dc54957377ac14 (patch)
tree3d0297f86f2326585855de2d83952618609ff2e9 /io
parent323f367cc46b80224d39b082adf7be74b49ed843 (diff)
downloadglibc-baea60b33ec52e413cffad59d7dc54957377ac14.tar.gz
glibc-baea60b33ec52e413cffad59d7dc54957377ac14.tar.xz
glibc-baea60b33ec52e413cffad59d7dc54957377ac14.zip
y2038: Fix support for 64-bit time on legacy ABIs
This fixes a typo.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'io')
-rw-r--r--io/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/sys/stat.h b/io/sys/stat.h
index 7b9368f9ec..eb280c1f06 100644
--- a/io/sys/stat.h
+++ b/io/sys/stat.h
@@ -251,7 +251,7 @@ extern int __REDIRECT_NTH (fstat64, (int __fd, struct stat64 *__buf),
      __nonnull ((2));
 #  else
 #   define stat64 __stat64_time64
-#   define fstat64 __fstat64_time
+#   define fstat64 __fstat64_time64
 #  endif
 # endif
 #endif