libcap/cap/modern.go
Andrew G. Morgan 9e9537a1da Lint style fixes for C and Go sources.
In a couple of places I've made some Go constants internal to
the Go packages. They use underscores and weren't Go-style
constants and weren't really appropriate for use outside the
context of the Go packages.

Signed-off-by: Andrew G. Morgan <agm@google.com>
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2020-06-02 15:37:19 -07:00

9 lines
131 B
Go

// +build linux,!arm
// +build linux,!386
package cap
import "syscall"
var sysSetGroupsVariant = uintptr(syscall.SYS_SETGROUPS)