]> gcc.gnu.org Git - gcc.git/commitdiff
* libgcc2.c: Remove extern for malloc and realloc.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 31 Jan 1997 23:37:05 +0000 (23:37 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 31 Jan 1997 23:37:05 +0000 (23:37 +0000)
From-SVN: r13573

gcc/libgcc2.c

index 19e1a137f71b1521f46e53debf4a76175ca0cde3..4c1f7ec4fd21fe71959581af2b5d46e2d0b4f7e8 100644 (file)
@@ -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;
This page took 0.072519 seconds and 5 git commands to generate.