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

.sect .text
.extern	__pipe
.define	_pipe
.align 2

_pipe:
	jmp	__pipe