minix/lib/syscall/fchmod.s

8 lines
78 B
ArmAsm
Raw Normal View History

2006-04-18 13:26:04 +02:00
.sect .text
.extern __fchmod
.define _fchmod
.align 2
_fchmod:
jmp __fchmod