mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
added the fmacros to enable support for fseeko() lseeko() with 64bit off_t
This commit is contained in:
parent
b492cf00d8
commit
87eaf97f14
@ -3,5 +3,7 @@
|
||||
|
||||
#define _BSD_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#define _LARGEFILE_SOURCE
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user