]> git.saurik.com Git - redis.git/blob - fmacros.h
On Linux now fdatasync() is used insetad of fsync() in order to flush the AOF file...
[redis.git] / fmacros.h
1 #ifndef _REDIS_FMACRO_H
2 #define _REDIS_FMACRO_H
3
4 #define _BSD_SOURCE
5 #define _XOPEN_SOURCE 700
6 #define _LARGEFILE_SOURCE
7 #define _FILE_OFFSET_BITS 64
8
9 #endif