Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcap
/
adcc3ebae1d8c3b850c802ceaa38519d0918ecef
/
.
/
cap
/
legacy.go
blob: 0bfd93e8cfe03b0dbce6edc2646c9432e9c76533 [
file
] [
log
] [
blame
]
// +build linux,arm linux,386
package cap
import "syscall"
var sysSetGroupsVariant = uintptr(syscall.SYS_SETGROUPS32)