Commit ab864e9c by Jacques Germishuys

_stat64 is a function, __stat64 is the structure

parent b8365f21
......@@ -15,7 +15,7 @@
# define R_OK 4 /* read mode check */
# define lseek _lseeki64
# define stat _stat64
# define stat __stat64
# define fstat _fstat64
/* stat: file mode type testing macros */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment