mirror of
https://github.com/fluencelabs/redis
synced 2025-05-23 15:41:20 +00:00
Clarify AIX "#undef hz".
This commit is contained in:
parent
b5dc2c5b91
commit
9840df7bad
@ -582,6 +582,8 @@ typedef struct redisOpArray {
|
||||
* Global server state
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
/* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user