diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-14 17:48:11 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-14 17:48:11 -0400 |
commit | 36f6ff0d2be509438567811955834a5edb73d732 (patch) | |
tree | 041c113928c6bf01cb40eaa3a69693af98860457 /gcc | |
parent | 06eb8e926293f43dd71b86df8107285b939a4d04 (diff) | |
download | gcc-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.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 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" |