mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
fixed bug in darwin's system.c0 file
This commit is contained in:
parent
5da154ee1c
commit
97fd387827
1 changed files with 1 additions and 1 deletions
|
|
@ -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)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue