minix/lib/libc/syscall/rmdir.S
2010-03-03 14:27:30 +00:00

8 lines
68 B
ArmAsm

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