k3s/vendor/github.com/opencontainers/runc/libcontainer/configs/device_windows.go

6 lines
81 B
Go
Raw Normal View History

2020-08-10 17:43:49 +00:00
package configs
func (d *DeviceRule) Mkdev() (uint64, error) {
return 0, nil
}