added the fmacros to enable support for fseeko() lseeko() with 64bit off_t

This commit is contained in:
antirez 2010-01-07 15:49:00 -05:00
parent b492cf00d8
commit 87eaf97f14

View File

@ -3,5 +3,7 @@
#define _BSD_SOURCE #define _BSD_SOURCE
#define _XOPEN_SOURCE #define _XOPEN_SOURCE
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#endif #endif