From 03676390e1699e782029b0aa10593fb262ad3bcc Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 17 Jul 1995 13:38:58 -0400 Subject: [PATCH] (sbrk): Add declaration. From-SVN: r10141 --- 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 642e1cf1a6e..abb17deeef3 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 (); +extern void *malloc (), *realloc (), *calloc (), *sbrk (); #ifndef inhibit_libc #include "string.h" -- 2.30.2