minix/lib/libc/syscall/fchmod.S

8 lines
72 B
ArmAsm
Raw Normal View History

.text
2006-04-18 13:26:04 +02:00
.extern __fchmod
.globl _fchmod
.balign 2
2006-04-18 13:26:04 +02:00
_fchmod:
jmp __fchmod