1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +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

@ -3,9 +3,11 @@
the `.ctors' and `.dtors' sections so the lists are terminated, and
calling those lists of functions. */
# ifdef HAVE_DWARF2_UNWIND_INFO_STATIC
#include <libc-internal.h>
#ifdef HAVE_DWARF2_UNWIND_INFO_STATIC
# include <gccframe.h>
# endif
#endif
static void (*const __CTOR_LIST__[1]) (void)
__attribute__ ((section (".ctors")))