Minix2.0/src/lib/syscall/getcwd.s

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

_getcwd:
	jmp	__getcwd