summaryrefslogtreecommitdiff
path: root/libc/stdlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-06 13:34:48 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-06 13:34:48 +0000
commit4cf3440ab65bf53d7963d66cc74186deb1eba81c (patch)
tree81b8e5e1ea3e4ed84262453fcdc8a5359ede47e6 /libc/stdlib
parent12d9322b4f7b32f6b4c56664c96929767652f66c (diff)
add missing prototype
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/malloc/malloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdlib/malloc/malloc.h b/libc/stdlib/malloc/malloc.h
index 238bfb669..c66778eeb 100644
--- a/libc/stdlib/malloc/malloc.h
+++ b/libc/stdlib/malloc/malloc.h
@@ -165,6 +165,8 @@ extern malloc_mutex_t __malloc_sbrk_lock;
when the variable __malloc_debug is set to true. */
#ifdef MALLOC_DEBUGGING
+extern void __malloc_debug_init (void);
+
/* The number of spaces in a malloc debug indent level. */
#define MALLOC_DEBUG_INDENT_SIZE 3