podman/pkg/spec/spec_unsupported.go

8 lines
106 B
Go

//+build !linux
package createconfig
func getHostRlimits() ([]systemUlimit, error) {
return nil, nil
}