mirror of https://github.com/libAthena/athena.git
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…
Reference in New Issue