From: Richard Kenner Date: Thu, 31 Aug 1995 21:53:13 +0000 (-0400) Subject: (sbrk): Don't define here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b17338102f4be704331b9a7ec2d8811c668f9ab0;p=gcc.git (sbrk): Don't define here. From-SVN: r10296 --- diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index abb17deeef3..642e1cf1a6e 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -59,7 +59,7 @@ extern void *alloca (); include these in the sources since other machines might define them differently. */ -extern void *malloc (), *realloc (), *calloc (), *sbrk (); +extern void *malloc (), *realloc (), *calloc (); #ifndef inhibit_libc #include "string.h"