mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
define __USE_GNU to get O_DIRECT
This commit is contained in:
parent
566c3c7a22
commit
122c049834
1
redis.c
1
redis.c
@ -54,6 +54,7 @@
|
|||||||
#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>
|
||||||
|
Loading…
Reference in New Issue
Block a user