Changed stat() interface

This commit is contained in:
ceriel
1991-02-28 16:47:45 +00:00
parent 1903555355
commit 9d3696befe
6 changed files with 48 additions and 8 deletions

View File

@@ -1,4 +1,7 @@
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __stat
__stat: SYSTEM(SYS_stat)
.define _stat
_stat: pea (SYS_stat); trap #0; bcc 1f; jmp (cerror)
1:
move.l (sp)+,(sp)
jmp (___statcvt)