y2038: Fix support for 64-bit time on legacy ABIs

This fixes a typo.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Gaël PORTAY 2023-11-11 18:32:36 +01:00 committed by Adhemerval Zanella
parent 323f367cc4
commit baea60b33e

View 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