aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/getuid.s
blob: 9c4dfe3a4fa7dfbdea8700505139eb4a2a5c5334 (plain)
1
2
3
4
5
6
7
8
	.globl	_getuid
	.globl	getuid
_getuid:
getuid:
	movl	$0x18, %eax
	lcall	$7,$0
	jb	_cerror
	ret