same fixes as in previous commit for gcc

Former-commit-id: b72099fddc
This commit is contained in:
Norayr Chilingarian 2014-04-10 14:09:01 +04:00
parent c082d8e13c
commit ebf8f5861e
6 changed files with 6 additions and 6 deletions

View file

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