From dd05a7e7c81b7daf0555ba2fd8e3d8e54ba91883 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 31 Jan 1997 23:37:05 +0000 Subject: [PATCH] * libgcc2.c: Remove extern for malloc and realloc. From-SVN: r13573 --- gcc/libgcc2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 19e1a137f71..4c1f7ec4fd2 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -2952,9 +2952,6 @@ int _exit_dummy_decl = 0; /* prevent compiler & linker warnings */ #ifdef NEED_ATEXIT # include -extern void *malloc (); -extern void *realloc (); - static func_ptr *atexit_chain = NULL; static long atexit_chain_length = 0; static volatile long last_atexit_chain_slot = -1; -- 2.30.2