blob: 3c1d94f2d3f2e3a4c59f7fd79a7eb5cc495085bf [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
ENTRY(setgroups)
mov ip, r7
ldr r7, =__NR_setgroups32
swi #0
mov r7, ip
cmn r0, #(MAX_ERRNO + 1)
bxls lr
neg r0, r0
b __set_errno
END(setgroups)