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