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

.sect .text
.extern	__fstat
.define	_fstat
.align 2

_fstat:
	jmp	__fstat