forgot _sbrk(), _fstat(), _times()

This commit is contained in:
eck
1990-01-19 16:25:54 +00:00
parent 463b3c5b76
commit caea5fe61b
6 changed files with 96 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __fstat
__fstat: SYSTEM(SYS_fstat)
.define ___fstat
___fstat: SYSTEM(SYS_fstat)