aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-06-14 17:48:11 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-06-14 17:48:11 -0400
commit36f6ff0d2be509438567811955834a5edb73d732 (patch)
tree041c113928c6bf01cb40eaa3a69693af98860457 /gcc
parent06eb8e926293f43dd71b86df8107285b939a4d04 (diff)
downloadgcc-36f6ff0d2be509438567811955834a5edb73d732.zip
gcc-36f6ff0d2be509438567811955834a5edb73d732.tar.gz
gcc-36f6ff0d2be509438567811955834a5edb73d732.tar.bz2
(sbrk): Don't declare here.
From-SVN: r7468
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 81d6eb9..abc9e17 100644
--- a/gcc/config/alpha/xm-alpha.h
+++ b/gcc/config/alpha/xm-alpha.h
@@ -57,7 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
include these in the sources since other machines might define them
differently. */
-extern void *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
+extern void *malloc (), *realloc (), *calloc (), *alloca ();
#ifndef inhibit_libc
#include "string.h"