(sbrk): Add declaration.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 17 Jul 1995 17:38:58 +0000 (13:38 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 17 Jul 1995 17:38:58 +0000 (13:38 -0400)
From-SVN: r10141

gcc/config/alpha/xm-alpha.h

index 642e1cf1a6e0c4e1b2f1910de64b1dda9130cfad..abb17deeef3002f9f24b5c6c79c72ecde6f4db3d 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 ();
+extern void *malloc (), *realloc (), *calloc (), *sbrk ();
 
 #ifndef inhibit_libc
 #include "string.h"