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

.sect .text
.extern	__chmod
.define	_chmod
.align 2

_chmod:
	jmp	__chmod