From: Mike Stump Date: Fri, 31 Jan 1997 23:37:05 +0000 (+0000) Subject: * libgcc2.c: Remove extern for malloc and realloc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd05a7e7c81b7daf0555ba2fd8e3d8e54ba91883;p=gcc.git * libgcc2.c: Remove extern for malloc and realloc. From-SVN: r13573 --- 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;