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