Merge branch 'unstable' of https://github.com/JohnSully/redis2 into unstable

Former-commit-id: 2772ce249cad75b5e9b3bfc57e3b3afe2865a09a
This commit is contained in:
John Sully 2019-02-26 00:20:11 -05:00
commit 42afa56f1f

View File

@ -1,6 +1,5 @@
#include <stdlib.h>
#include <stdio.h>
#include <memkind.h>
#include <sys/ioctl.h>
#include <linux/fs.h>
#include <unistd.h>
@ -46,4 +45,4 @@ void *srealloc(void *pv, size_t cb, enum MALLOC_CLASS class)
size_t salloc_usable_size(void *ptr)
{
return malloc_usable_size(ptr);
}
}