1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -26,14 +26,13 @@
#include <sys/param.h>
#include <sys/types.h>
#include "kernel-features.h"
#include <libc-internal.h>
#ifndef SHARED
# include "dl-osinfo.h"
#endif
extern void __libc_init_secure (void);
extern void __libc_init (int, char **, char **);
extern void __libc_global_ctors (void);
/* The function is called from assembly stubs the compiler can't see. */
static void init (int, char **, char **) __attribute__ ((unused));