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

.sect .text
.extern	__getpid
.define	_getpid
.align 2

_getpid:
	jmp	__getpid