]> sourceware.org Git - glibc.git/commitdiff
y2038: Fix support for 64-bit time on legacy ABIs
authorGaël PORTAY <gael.portay@rtone.fr>
Sat, 11 Nov 2023 17:32:36 +0000 (18:32 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 15 Nov 2023 13:15:12 +0000 (10:15 -0300)
This fixes a typo.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
io/sys/stat.h

index 7b9368f9ec14a07016fa4c36921ede2d054b75db..eb280c1f0658e3a2a1f54241d531053a6e92f31f 100644 (file)
@@ -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
This page took 0.041937 seconds and 5 git commands to generate.