.define _setuid
.extern _setuid
.text
_setuid:	move.w #0x17,d0
		move.w 4(sp),a0
		jmp callc