Sign in
android
/
platform
/
external
/
libcap
/
refs/heads/android13-mainline-wifi-release
/
.
/
cap
/
legacy.go
blob: 0bfd93e8cfe03b0dbce6edc2646c9432e9c76533 [
file
] [
log
] [
blame
] [
edit
]
// +build linux,arm linux,386
package cap
import "syscall"
var sysSetGroupsVariant = uintptr(syscall.SYS_SETGROUPS32)