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

.sect .text
.extern	__mount
.define	_mount
.align 2

_mount:
	jmp	__mount