mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Clarify AIX "#undef hz".
This commit is contained in:
parent
009cabf103
commit
9756f61fda
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user