blob: c7bdf1f60a01f3f72dd20c7403253128638d8af3 [file] [log] [blame]
// +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) {
}