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