Files
rpi_b/lib/libc/syscall/rmdir.S
T

8 lines
68 B
ArmAsm

.text
.extern __rmdir
.globl _rmdir
.balign 2
_rmdir:
jmp __rmdir