Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0cae060a
Commit
0cae060a
authored
Sep 29, 2011
by
antirez
Browse files
Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in fmacros.h
parent
d3f7fbfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fmacros.h
View file @
0cae060a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#define _BSD_SOURCE
#define _BSD_SOURCE
#ifdef
__linux__
#if
def
ined(
__linux__
) || defined(__OpenBSD__)
#define _XOPEN_SOURCE 700
#define _XOPEN_SOURCE 700
#else
#else
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment