clarify the purpose of this project
[nyanglibc.git] / posix / getgid.shared.s
blob16b1d433d890fdfede4bfac6570ceed042db30fa
1 .text
2 .globl __getgid
3 .type __getgid,@function
4 .align 1<<4
5 __getgid:
6 movl $104, %eax
7 syscall
8 ret
9 .size __getgid,.-__getgid
10 .globl __GI___getgid
11 .set __GI___getgid,__getgid
12 .weak getgid
13 getgid = __getgid
14 .globl __GI_getgid
15 .set __GI_getgid,getgid