fixed bug in darwin's system.c0 file

This commit is contained in:
Norayr Chilingarian 2014-03-19 04:33:20 +04:00
parent 5da154ee1c
commit 97fd387827

View file

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