mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
malloc definition with deprecated attribute was duplicated, one removed
This commit is contained in:
parent
80091bbaac
commit
f99e660b44
@ -887,7 +887,6 @@ void watchCommand(redisClient *c);
|
|||||||
void unwatchCommand(redisClient *c);
|
void unwatchCommand(redisClient *c);
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
void *malloc(size_t size) __attribute__ ((deprecated));
|
|
||||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||||
void free(void *ptr) __attribute__ ((deprecated));
|
void free(void *ptr) __attribute__ ((deprecated));
|
||||||
void *malloc(size_t size) __attribute__ ((deprecated));
|
void *malloc(size_t size) __attribute__ ((deprecated));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user