From: Richard Kenner Date: Tue, 14 Jun 1994 21:48:11 +0000 (-0400) Subject: (sbrk): Don't declare here. X-Git-Tag: misc/cutover-egcs-0~6475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f6ff0d2be509438567811955834a5edb73d732;p=thirdparty%2Fgcc.git (sbrk): Don't declare here. From-SVN: r7468 --- diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 81d6eb9ddc1a..abc9e17bc86b 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"