public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] y2038: Fix support for 64-bit time on legacy ABIs
@ 2023-11-15 13:32 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2023-11-15 13:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=baea60b33ec52e413cffad59d7dc54957377ac14

commit baea60b33ec52e413cffad59d7dc54957377ac14
Author: Gaël PORTAY <gael.portay@rtone.fr>
Date:   Sat Nov 11 18:32:36 2023 +0100

    y2038: Fix support for 64-bit time on legacy ABIs
    
    This fixes a typo.
    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Diff:
---
 io/sys/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-15 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-15 13:32 [glibc] y2038: Fix support for 64-bit time on legacy ABIs Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).