Files
nomad/vendor/github.com/opencontainers/runc/libcontainer/configs/device_windows.go
Shengjing Zhu 1fbca50a3b Vendor sync
2020-08-20 00:31:07 +08:00

6 lines
81 B
Go

package configs
func (d *DeviceRule) Mkdev() (uint64, error) {
return 0, nil
}