Files
minix/lib/libc/syscall/chmod.S
T

8 lines
68 B
ArmAsm

.text
.extern __chmod
.globl _chmod
.balign 2
_chmod:
jmp __chmod