summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go
blob: c7bdf1f60a01f3f72dd20c7403253128638d8af3 (plain)
1
2
3
4
5
6
7
8
9
10
// +build linux,!go1.5

package libcontainer

import "syscall"

// GidMappingsEnableSetgroups was added in Go 1.5, so do nothing when building
// with earlier versions
func enableSetgroups(sys *syscall.SysProcAttr) {
}