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
9756f61f
Commit
9756f61f
authored
Aug 07, 2014
by
antirez
Browse files
Clarify AIX "#undef hz".
parent
009cabf1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis.h
View file @
9756f61f
...
...
@@ -626,11 +626,12 @@ typedef struct redisOpArray {
struct
clusterState
;
/* AIX defines hz to __hz, we don't use this define and in order to allow
* Redis build on AIX we need to undef it. */
#ifdef _AIX
#undef hz
#endif
struct
redisServer
{
/* General */
pid_t
pid
;
/* Main process pid. */
...
...
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