1// +build linux,arm linux,386 2 3package cap 4 5import "syscall" 6 7var sysSetGroupsVariant = uintptr(syscall.SYS_SETGROUPS32) 8