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

.sect .text
.extern	__isatty
.define	_isatty
.align 2

_isatty:
	jmp	__isatty