repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
posix
/
getgid.shared.s
blob
16b1d433d890fdfede4bfac6570ceed042db30fa
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