Commit 9840df7b authored by antirez's avatar antirez
Browse files

Clarify AIX "#undef hz".

parent b5dc2c5b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment