(sbrk): Don't declare here.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 14 Jun 1994 21:48:11 +0000 (17:48 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 14 Jun 1994 21:48:11 +0000 (17:48 -0400)
From-SVN: r7468

gcc/config/alpha/xm-alpha.h

index 81d6eb9..abc9e17 100644 (file)
@@ -57,7 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    include these in the sources since other machines might define them
    differently.  */
 
-extern void *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
+extern void *malloc (), *realloc (), *calloc (), *alloca ();
 
 #ifndef inhibit_libc
 #include "string.h"