Files
rpi_b/lib/syscall/chmod.s
T

8 lines
74 B
ArmAsm

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