mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
323f367cc4
commit
baea60b33e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user