minix/lib/syscall/lstat.s
2005-10-31 14:33:12 +00:00

8 lines
74 B
ArmAsm

.sect .text
.extern __lstat
.define _lstat
.align 2
_lstat:
jmp __lstat