mirror of
https://github.com/libAthena/athena.git
synced 2025-08-14 07:59:21 +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
|
#define atStat64 stat
|
||||||
#else
|
#else
|
||||||
typedef struct stat64 atStat64_t;
|
typedef struct stat64 atStat64_t;
|
||||||
|
#define atStat64 stat64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BLOCKSZ
|
#ifndef BLOCKSZ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user