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