x86_86 gcc/clang low level modules update, types clarified. -- noch

This commit is contained in:
Norayr Chilingarian 2015-02-10 15:06:04 +04:00
parent 305c759d79
commit 59e489ea43
42 changed files with 8324 additions and 2078 deletions

View file

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