summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/geteuid.s
blob: ae45c473f8b054bb9178880d6e3d1abec95f868b (plain)
1
2
3
4
5
6
7
8
9
	.globl	_geteuid
	.globl	geteuid
_geteuid:
geteuid:
	movl	$0x18, %eax
	lcall	$7,$0
	movl	%edx,%eax
	jb	_cerror
	ret