repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvi386
/
getegid.S
blob
3a9709841cd344e7ee9264636f3e93cf53dee882
1
.globl _getegid
2
.globl getegid
3
_getegid:
4
getegid:
5
movl $0x2f, %eax
6
lcall $7,$0
7
movl %edx,%eax
8
jb _cerror
9
ret