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

8 lines
78 B
ArmAsm

.sect .text
.extern __fchmod
.define _fchmod
.align 2
_fchmod:
jmp __fchmod