aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/getegid.s
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