(sbrk): Don't define here.

From-SVN: r10296
This commit is contained in:
Richard Kenner 1995-08-31 17:53:13 -04:00
parent d7e0324f1a
commit b17338102f
1 changed files with 1 additions and 1 deletions

View 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"