mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 18:21:21 +00:00
Avoid collision with MacOS LIST_HEAD macro after #6384.
This commit is contained in:
@ -57,7 +57,6 @@
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
#include <malloc/malloc.h>
|
||||
#include <libproc.h>
|
||||
#define HAVE_MALLOC_SIZE 1
|
||||
#define zmalloc_size(p) malloc_size(p)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user