Add missing atStat64 define

This commit is contained in:
Phillip Stephens 2016-10-15 12:17:06 -07:00
parent 2c23886134
commit 829685a291
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ typedef struct stat atStat64_t;
#define atStat64 stat
#else
typedef struct stat64 atStat64_t;
#define atStat64 stat64
#endif
#ifndef BLOCKSZ