1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* include/libc-internal.h: Add prototype for __libc_freeres.

	* malloc/mtrace.c: Likewise.
	* malloc/set-freeres.c: Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-31 19:13:04 +00:00
parent 72f70279f4
commit 66539a737d
16 changed files with 34 additions and 19 deletions

View File

@ -36,6 +36,10 @@
#include <stdio-common/_itoa.h>
#ifdef _LIBC
# include <libc-internal.h>
#endif
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>
# define setvbuf(s, b, f, l) _IO_setvbuf (s, b, f, l)
@ -223,7 +227,6 @@ tr_reallochook (ptr, size, caller)
#ifdef _LIBC
extern void __libc_freeres (void);
/* This function gets called to make sure all memory the library
allocates get freed and so does not irritate the user when studying