Add support for compiling on AIX

Closes #1900
This commit is contained in:
siahl
2014-07-29 16:39:37 -05:00
committed by antirez
parent 161a5acf75
commit a95888ecb4
6 changed files with 26 additions and 3 deletions

View File

@ -626,6 +626,11 @@ typedef struct redisOpArray {
struct clusterState;
#ifdef _AIX
#undef hz
#endif
struct redisServer {
/* General */
pid_t pid; /* Main process pid. */