OSDN Git Service

(sbrk): Don't define here.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Aug 1995 21:53:13 +0000 (21:53 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Aug 1995 21:53:13 +0000 (21:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10296 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/xm-alpha.h

index abb17de..642e1cf 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"