minix/lib/libc/syscall/getcwd.S

7 lines
80 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
IMPORT(_getcwd)
ENTRY(getcwd)
jmp _C_LABEL(_getcwd)
2005-04-21 16:53:53 +02:00