_stat64 is a function, __stat64 is the structure

This commit is contained in:
Jacques Germishuys 2014-07-05 21:25:20 +02:00
parent b8365f2168
commit ab864e9c71

View File

@ -15,7 +15,7 @@
# define R_OK 4 /* read mode check */ # define R_OK 4 /* read mode check */
# define lseek _lseeki64 # define lseek _lseeki64
# define stat _stat64 # define stat __stat64
# define fstat _fstat64 # define fstat _fstat64
/* stat: file mode type testing macros */ /* stat: file mode type testing macros */