diff options
-rw-r--r-- | io/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |