From 36f6ff0d2be509438567811955834a5edb73d732 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 14 Jun 1994 17:48:11 -0400 Subject: [PATCH] (sbrk): Don't declare here. From-SVN: r7468 --- gcc/config/alpha/xm-alpha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 81d6eb9ddc1..abc9e17bc86 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -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" -- 2.30.2