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

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