From b17338102f4be704331b9a7ec2d8811c668f9ab0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 31 Aug 1995 17:53:13 -0400 Subject: [PATCH] (sbrk): Don't define here. From-SVN: r10296 --- 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 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" -- 2.30.2