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
0b8b6df4
Commit
0b8b6df4
authored
May 25, 2018
by
antirez
Browse files
Backport hiredis issue 525 fix to compile on FreeBSD.
Close #4947.
parent
e98627c5
Changes
1
Show whitespace changes
Inline
Side-by-side
deps/hiredis/fmacros.h
View file @
0b8b6df4
...
...
@@ -13,7 +13,7 @@
#if defined(__sun__)
#define _POSIX_C_SOURCE 200112L
#else
#if !(defined(__APPLE__) && defined(__MACH__))
#if !(defined(__APPLE__) && defined(__MACH__))
&& !(defined(__FreeBSD__))
#define _XOPEN_SOURCE 600
#endif
#endif
...
...
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