mirror of
https://github.com/fluencelabs/redis
synced 2025-06-01 03:31:18 +00:00
Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in fmacros.h
This commit is contained in:
parent
ee2f20dfde
commit
15da88c8dc
@ -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