containerd/vendor/github.com/opencontainers/runc/libcontainer/devices/device_windows.go
Sebastiaan van Stijn 04d061fa6a
update runc to v1.0.0-rc93
full diff: https://github.com/opencontainers/runc/compare/v1.0.0-rc92...v1.0.0-rc93

also removes dependency on libcontainer/configs

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-04 16:13:30 +01:00

6 lines
75 B
Go

package devices
func (d *Rule) Mkdev() (uint64, error) {
return 0, nil
}