mirror of
https://github.com/libAthena/athena.git
synced 2025-08-06 20:25:53 +00:00
Add missing atStat64 define
This commit is contained in:
parent
2c23886134
commit
829685a291
@ -58,6 +58,7 @@ typedef struct stat atStat64_t;
|
||||
#define atStat64 stat
|
||||
#else
|
||||
typedef struct stat64 atStat64_t;
|
||||
#define atStat64 stat64
|
||||
#endif
|
||||
|
||||
#ifndef BLOCKSZ
|
||||
|
Loading…
x
Reference in New Issue
Block a user