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

.sect .text
.extern	__getuid
.define	_getuid
.align 2

_getuid:
	jmp	__getuid