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

getegid.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a9709841cd344e7ee9264636f3e93cf53dee882 (plain)
1
2
3
4
5
6
7
8
9
	.globl	_getegid
	.globl	getegid
_getegid:
getegid:
	movl	$0x2f, %eax
	lcall	$7,$0
	movl	%edx,%eax
	jb	_cerror
	ret