]> gcc.gnu.org Git - gcc.git/commitdiff
(sbrk): Don't define here.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 31 Aug 1995 21:53:13 +0000 (17:53 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 31 Aug 1995 21:53:13 +0000 (17:53 -0400)
From-SVN: r10296

gcc/config/alpha/xm-alpha.h

index abb17deeef3002f9f24b5c6c79c72ecde6f4db3d..642e1cf1a6e0c4e1b2f1910de64b1dda9130cfad 100644 (file)
@@ -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"
This page took 0.066835 seconds and 5 git commands to generate.