Commit 87eaf97f authored by antirez's avatar antirez
Browse files

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

parent b492cf00
......@@ -3,5 +3,7 @@
#define _BSD_SOURCE
#define _XOPEN_SOURCE
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment