minix/lib/libc/syscall/getcwd.s

7 lines
78 B
ArmAsm

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