OSDN Git Service

add missing prototype
authorEric Andersen <andersen@codepoet.org>
Sat, 6 Sep 2003 13:34:48 +0000 (13:34 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 6 Sep 2003 13:34:48 +0000 (13:34 -0000)
libc/stdlib/malloc/malloc.h

index 238bfb6..c66778e 100644 (file)
@@ -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