mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 20:42:23 +00:00
_stat64 is a function, __stat64 is the structure
This commit is contained in:
parent
b8365f2168
commit
ab864e9c71
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user