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