diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-31 17:53:13 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-31 17:53:13 -0400 |
commit | b17338102f4be704331b9a7ec2d8811c668f9ab0 (patch) | |
tree | 47bfb3bf9acf93254aa9757b47ac1e4c5286891e | |
parent | d7e0324f1a1134da2491d5d6af57c47bca397753 (diff) | |
download | gcc-b17338102f4be704331b9a7ec2d8811c668f9ab0.zip gcc-b17338102f4be704331b9a7ec2d8811c668f9ab0.tar.gz gcc-b17338102f4be704331b9a7ec2d8811c668f9ab0.tar.bz2 |
(sbrk): Don't define here.
From-SVN: r10296
-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 abb17de..642e1cf 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" |