Welcome to mirror list, hosted at ThFree Co, Russian Federation.

geteuid.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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