SYSTEM.c0 fix for Darwin platform

Former-commit-id: f9e43e9445
This commit is contained in:
Norayr Chilingarian 2014-03-19 02:54:48 +04:00
parent 8950304686
commit 6a89c55bf3

View file

@ -20,7 +20,7 @@
#include "varargs.h" #include "varargs.h"
#endif #endif
extern void *malloc(long size); extern void *malloc(st_size size);
extern void exit(int status); extern void exit(int status);
void (*SYSTEM_Halt)(); void (*SYSTEM_Halt)();