minix/lib/syscall/opendir.s
2005-04-21 14:53:53 +00:00

8 lines
82 B
ArmAsm
Executable file

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