Changed stat() interface

This commit is contained in:
ceriel
1991-02-28 16:47:45 +00:00
parent c6f1209725
commit df3dfee373
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 __lstat
__lstat: SYSTEM(SYS_lstat)
.define _lstat
_lstat: pea (SYS_lstat); trap #0; bcc 1f; jmp (cerror)
1:
move.l (sp)+,(sp)
jmp (___statcvt)