From: antirez Date: Tue, 20 Apr 2010 16:29:06 +0000 (+0200) Subject: define __USE_GNU to get O_DIRECT X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/122c04983400a076423811740f2b87163ea95c00?ds=inline define __USE_GNU to get O_DIRECT --- diff --git a/redis.c b/redis.c index de4f5763..7907bb9f 100644 --- a/redis.c +++ b/redis.c @@ -54,6 +54,7 @@ #include #include #include +#define __USE_GNU #include #include #include