Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
ce00354fec9dfad87090aad4ec79c418e42e92f4
/
.
/
libc
/
arch-mips
/
syscalls
/
setgroups.S
blob: f2d271cd02f6e00f1bf9cfe0254d9105a8f291a5 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
setgroups
)
.set noreorder
.cpload t9
li v0
,
__NR_setgroups
syscall
bnez a3
,
1
f
move a0
,
v0
j ra
nop
1
:
la t9
,
__set_errno
j t9
nop
.set reorder
END
(
setgroups
)