mirror of
https://github.com/fluencelabs/redis
synced 2025-05-12 10:47:12 +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
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) || defined(__OpenBSD__)
|
||||
#define _XOPEN_SOURCE 700
|
||||
#else
|
||||
#define _XOPEN_SOURCE
|
||||
|
Loading…
x
Reference in New Issue
Block a user