minix/lib/libc/syscall/chmod.s

8 lines
74 B
ArmAsm

.sect .text
.extern __chmod
.define _chmod
.align 2
_chmod:
jmp __chmod