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

.sect .text
.extern	__getpgrp
.define	_getpgrp
.align 2

_getpgrp:
	jmp	__getpgrp