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