Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
678dbc48
Commit
678dbc48
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
3a91aca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fmacros.h
View file @
678dbc48
...
...
@@ -3,7 +3,7 @@
#define _BSD_SOURCE
#ifdef
__linux__
#if
def
ined(
__linux__
) || defined(__OpenBSD__)
#define _XOPEN_SOURCE 700
#else
#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