Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
b90e9b71835957a5f816b9a6da1c23c3b6db4802
/
.
/
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
)