summaryrefslogtreecommitdiff
path: root/deps/hiredis/sdsalloc.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-08-15 12:24:31 -0700
committermichael-grunder <michael.grunder@gmail.com>2020-08-15 12:24:31 -0700
commit6866158f0d1b5d28cdc8f5ac641d0cfca8e90f5c (patch)
tree2435bba6ca5f3fd5df45ace1b0aab1ec6cb71a53 /deps/hiredis/sdsalloc.h
parent11cd983d58199b6ac7fa54049734457bd767a0b5 (diff)
parentbffbbeaa9a1a6b8e81384297272cb0631502e8fd (diff)
downloadredis-6866158f0d1b5d28cdc8f5ac641d0cfca8e90f5c.tar.gz
Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into hiredis-unique-sds-symbols
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