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

8 lines
80 B
ArmAsm

.text
.extern __getdents
.globl _getdents
.balign 2
_getdents:
jmp __getdents