Commit 36f6ff0d by Richard Kenner

(sbrk): Don't declare here.

From-SVN: r7468
parent 06eb8e92
......@@ -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"
......
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