repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sysvi386
/
geteuid.s
blob
ae45c473f8b054bb9178880d6e3d1abec95f868b
1
.globl _geteuid
2
.globl geteuid
3
_geteuid
:
4
geteuid
:
5
movl $
0x18
, %
eax
6
lcall $
7
,
$
0
7
movl
%
edx
,%
eax
8
jb _cerror
9
ret