Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
ed74484dcbc2e156a6e5fa861a62425b12e55128
/
.
/
libc
/
arch-x86
/
syscalls
/
getuid.S
blob: e91305ab7d633a74a10e1c487d3584004cfae1b2 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
getuid
)
movl
$
__NR_getuid32
,
%eax
int
$
0x80
cmpl
$-
MAX_ERRNO
,
%eax
jb
1
f
negl %eax
pushl %eax
call __set_errno
addl
$
4
,
%esp
orl
$
-1
,
%eax
1
:
ret
END
(
getuid
)