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

8 lines
76 B
ArmAsm

.text
.extern __opendir
.globl _opendir
.balign 2
_opendir:
jmp __opendir