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

.sect .text
.extern	__umount
.define	_umount
.align 2

_umount:
	jmp	__umount