diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index abb17deeef3..642e1cf1a6e 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"