mirror of
https://github.com/fluencelabs/redis
synced 2025-05-12 02:37:11 +00:00
Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in fmacros.h
This commit is contained in:
parent
d3f7fbfc09
commit
0cae060a26
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#define _BSD_SOURCE
|
#define _BSD_SOURCE
|
||||||
|
|
||||||
#ifdef __linux__
|
#if defined(__linux__) || defined(__OpenBSD__)
|
||||||
#define _XOPEN_SOURCE 700
|
#define _XOPEN_SOURCE 700
|
||||||
#else
|
#else
|
||||||
#define _XOPEN_SOURCE
|
#define _XOPEN_SOURCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user