From 66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 31 Dec 2000 19:13:04 +0000 Subject: Update. * include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise. --- sysdeps/unix/sysv/linux/init-first.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/init-first.c') diff --git a/sysdeps/unix/sysv/linux/init-first.c b/sysdeps/unix/sysv/linux/init-first.c index 0e5b4a287d..af4e9c6d54 100644 --- a/sysdeps/unix/sysv/linux/init-first.c +++ b/sysdeps/unix/sysv/linux/init-first.c @@ -26,14 +26,13 @@ #include #include #include "kernel-features.h" +#include #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)); -- cgit v1.2.3