Commit dd05a7e7 by Mike Stump

* libgcc2.c: Remove extern for malloc and realloc.

From-SVN: r13573
parent 2e1253f3
......@@ -2952,9 +2952,6 @@ int _exit_dummy_decl = 0; /* prevent compiler & linker warnings */
#ifdef NEED_ATEXIT
# include <errno.h>
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment