diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-17 13:38:58 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-17 13:38:58 -0400 |
commit | 03676390e1699e782029b0aa10593fb262ad3bcc (patch) | |
tree | 4b94d15f6f973dc985cef1c72cefdd1397495aba /gcc | |
parent | 1c013b45fd7b60e956c9e8bb1f1c6733e12c5907 (diff) | |
download | gcc-03676390e1699e782029b0aa10593fb262ad3bcc.zip gcc-03676390e1699e782029b0aa10593fb262ad3bcc.tar.gz gcc-03676390e1699e782029b0aa10593fb262ad3bcc.tar.bz2 |
(sbrk): Add declaration.
From-SVN: r10141
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/xm-alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 642e1cf..abb17de 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" |