minix/lib/syscall/stat.s
2005-04-21 14:53:53 +00:00

8 lines
70 B
ArmAsm
Executable file

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