aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-17 13:38:58 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-17 13:38:58 -0400
commit03676390e1699e782029b0aa10593fb262ad3bcc (patch)
tree4b94d15f6f973dc985cef1c72cefdd1397495aba /gcc
parent1c013b45fd7b60e956c9e8bb1f1c6733e12c5907 (diff)
downloadgcc-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.h2
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"