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

.sect .text
.extern	__mkfifo
.define	_mkfifo
.align 2

_mkfifo:
	jmp	__mkfifo