mirror of
https://github.com/fluencelabs/redis
synced 2025-04-02 15:51:05 +00:00
Clarify AIX "#undef hz".
This commit is contained in:
parent
009cabf103
commit
9756f61fda
@ -626,11 +626,12 @@ typedef struct redisOpArray {
|
|||||||
|
|
||||||
struct clusterState;
|
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
|
#ifdef _AIX
|
||||||
#undef hz
|
#undef hz
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct redisServer {
|
struct redisServer {
|
||||||
/* General */
|
/* General */
|
||||||
pid_t pid; /* Main process pid. */
|
pid_t pid; /* Main process pid. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user