summaryrefslogtreecommitdiff
path: root/src/malloc/malloc_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc/malloc_impl.h')
-rw-r--r--src/malloc/malloc_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/malloc/malloc_impl.h b/src/malloc/malloc_impl.h
index 6a92c1c6..e1cf4774 100644
--- a/src/malloc/malloc_impl.h
+++ b/src/malloc/malloc_impl.h
@@ -4,8 +4,6 @@
#include <sys/mman.h>
#include "dynlink.h"
-hidden void *__expand_heap(size_t *);
-
struct chunk {
size_t psize, csize;
struct chunk *next, *prev;