Commit 03676390 by Richard Kenner

(sbrk): Add declaration.

From-SVN: r10141
parent 1c013b45
......@@ -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"
......
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