fixed bug in darwin's system.c0 file

Former-commit-id: 97fd387827
This commit is contained in:
Norayr Chilingarian 2014-03-19 04:33:20 +04:00
parent dbd2b85feb
commit ef18018439

View file

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