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