Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
cbf6df0459f05e180d1c50b3f5b36cdd483193c6
/
.
/
libc
/
arch-x86_64
/
syscalls
/
getuid.S
blob: 4cb9efd1fd4696f8f9ab5ed396965fc798f5f30d [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
getuid
)
movl
$
__NR_getuid
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
orq
$
-1
,
%rax
1
:
ret
END
(
getuid
)