summaryrefslogtreecommitdiff
path: root/deps/hiredis/sdsalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/hiredis/sdsalloc.h')
-rw-r--r--deps/hiredis/sdsalloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/hiredis/sdsalloc.h b/deps/hiredis/sdsalloc.h
index 5538dd94c..c9dcc3df8 100644
--- a/deps/hiredis/sdsalloc.h
+++ b/deps/hiredis/sdsalloc.h
@@ -39,6 +39,6 @@
#include "alloc.h"
-#define s_malloc hi_malloc
-#define s_realloc hi_realloc
-#define s_free hi_free
+#define hi_s_malloc hi_malloc
+#define hi_s_realloc hi_realloc
+#define hi_s_free hi_free