minix/lib/libc/syscall/opendir.s

8 lines
82 B
ArmAsm

.sect .text
.extern __opendir
.define _opendir
.align 2
_opendir:
jmp __opendir