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
/
getegid.s
blob
a2625e431ab823fb3ec137a80f6b6a3d7562b280
1
.text
2
.globl __getegid
3
.type __getegid,@function
4
.align 1<<4
5
__getegid
:
6
movl $
108
, %
eax
7
syscall
8
ret
9
.size __getegid,.-__getegid
10
.weak getegid
11
getegid
=
__getegid