[uClibc-cvs] uClibc/libc/stdlib/malloc malloc.h,1.16,1.17
Erik Andersen
andersen at uclibc.org
Sat Sep 6 13:34:51 UTC 2003
Update of /var/cvs/uClibc/libc/stdlib/malloc
In directory winder:/tmp/cvs-serv27522
Modified Files:
malloc.h
Log Message:
add missing prototype
Index: malloc.h
===================================================================
RCS file: /var/cvs/uClibc/libc/stdlib/malloc/malloc.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- malloc.h 21 Nov 2002 07:52:46 -0000 1.16
+++ malloc.h 6 Sep 2003 13:34:48 -0000 1.17
@@ -165,6 +165,8 @@
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
More information about the uClibc-cvs
mailing list