Revert "define __USE_GNU to get O_DIRECT"

This reverts commit 122c04983400a076423811740f2b87163ea95c00.
This commit is contained in:
antirez 2010-04-21 10:31:08 +02:00
parent 0040fa253f
commit d6fb4d5396

View File

@ -54,7 +54,6 @@
#include <inttypes.h> #include <inttypes.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <sys/stat.h> #include <sys/stat.h>
#define __USE_GNU
#include <fcntl.h> #include <fcntl.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>