minix/lib/libc/syscall/stat.s

8 lines
70 B
ArmAsm

.sect .text
.extern __stat
.define _stat
.align 2
_stat:
jmp __stat