Sign in
android
/
platform
/
external
/
libcap
/
refs/heads/android-s-beta-4
/
.
/
cap
/
modern.go
blob: ad89416a033cc561b9b342b6b4008fcc67c620de [
file
] [
log
] [
blame
] [
edit
]
// +build linux,!arm
// +build linux,!386
package cap
import "syscall"
var sysSetGroupsVariant = uintptr(syscall.SYS_SETGROUPS)