From: Richard Kenner Date: Mon, 17 Jul 1995 17:38:58 +0000 (-0400) Subject: (sbrk): Add declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03676390e1699e782029b0aa10593fb262ad3bcc;p=gcc.git (sbrk): Add declaration. From-SVN: r10141 --- 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"