minix/lib/syscall/fstat.s
2009-11-09 10:26:00 +00:00

8 lines
74 B
ArmAsm

.sect .text
.extern __fstat
.define _fstat
.align 2
_fstat:
jmp __fstat