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

8 lines
72 B
ArmAsm

.text
.extern __getcwd
.globl _getcwd
.balign 2
_getcwd:
jmp __getcwd