aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-08-31 17:53:13 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-08-31 17:53:13 -0400
commitb17338102f4be704331b9a7ec2d8811c668f9ab0 (patch)
tree47bfb3bf9acf93254aa9757b47ac1e4c5286891e /gcc
parentd7e0324f1a1134da2491d5d6af57c47bca397753 (diff)
downloadgcc-b17338102f4be704331b9a7ec2d8811c668f9ab0.zip
gcc-b17338102f4be704331b9a7ec2d8811c668f9ab0.tar.gz
gcc-b17338102f4be704331b9a7ec2d8811c668f9ab0.tar.bz2
(sbrk): Don't define here.
From-SVN: r10296
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 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"