Commit b1733810 by Richard Kenner

(sbrk): Don't define here.

From-SVN: r10296
parent d7e0324f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment