Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
7b0c23f1ac5df8654e0790b9eb3bbfcbf36c0e5f
/
.
/
libc
/
arch-x86_64
/
syscalls
/
setreuid.S
blob: 935f7516ee514021bb90ca8b6e1a38eb54e73b84 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
setreuid
)
movl
$
__NR_setreuid
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
orq
$
-1
,
%rax
1
:
ret
END
(
setreuid
)