1
0
mirror of https://github.com/rancher/os.git synced 2025-07-06 19:38:37 +00:00
os/vendor/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00

11 lines
219 B
Go

// +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) {
}