Changed stat() interface
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user