Skip to content

Commit

Permalink
Merge branch 'unstable' of https://github.com/JohnSully/redis2 into u…
Browse files Browse the repository at this point in the history
…nstable
  • Loading branch information
JohnSully committed Mar 19, 2019
2 parents 31ff6cf + a9e525c commit c406e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2330,11 +2330,13 @@ void lolwutCommand(client *c);
void aclCommand(client *c);

#if defined(__GNUC__)
#ifndef __cplusplus
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
void free(void *ptr) __attribute__ ((deprecated));
void *malloc(size_t size) __attribute__ ((deprecated));
void *realloc(void *ptr, size_t size) __attribute__ ((deprecated));
#endif
#endif

/* Debugging stuff */
void _serverAssertWithInfo(const client *c, const robj *o, const char *estr, const char *file, int line);
Expand Down

0 comments on commit c406e7f

Please sign in to comment.