minix/lib/libc/syscall/getcwd.s

8 lines
78 B
ArmAsm

.sect .text
.extern __getcwd
.define _getcwd
.align 2
_getcwd:
jmp __getcwd