Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
849750a0c0135e07befa1d3fdd3edda0acd2a6e1
/
.
/
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
)