From baea60b33ec52e413cffad59d7dc54957377ac14 Mon Sep 17 00:00:00 2001 From: Gaƫl PORTAY Date: Sat, 11 Nov 2023 18:32:36 +0100 Subject: y2038: Fix support for 64-bit time on legacy ABIs This fixes a typo. Reviewed-by: Adhemerval Zanella --- io/sys/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') 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 -- cgit 1.4.1