Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
46d0b81a9465bf74fe44a881365c332dc6173f2f
/
.
/
libc
/
arch-x86
/
syscalls
/
getuid.S
blob: cc62884186d306ada8ab9420d92aa271508a570f [
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_internal
addl
$
4
,
%esp
1
:
ret
END
(
getuid
)