OSDN Git Service

(sbrk): Don't declare here.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 1994 21:48:11 +0000 (21:48 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 1994 21:48:11 +0000 (21:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7468 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/xm-alpha.h

index 81d6eb9..abc9e17 100644 (file)
@@ -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"