Use 64bit time_t on linux as well

Alias 64bit version of stat functions to original functions
we are already passing -D_FILE_OFFSET_BITS=64 in linux Makefile

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-12-12 12:50:07 -08:00
parent 913f7b4864
commit 7dfa8984f5

View File

@@ -37,8 +37,12 @@
using namespace std;
#ifdef __APPLE__
#if defined(__APPLE__) || defined(__linux__)
#define off64_t off_t
#define stat64 stat
#define fstat64 fstat
#define lstat64 lstat
#define lseek64 lseek
#endif
// Returns the official "real" name for a shortened version of same.