Files
nomad/vendor/github.com/opencontainers/runc/libcontainer/devices/device_windows.go
zhsj 46b335d652 deps: update runc to v1.0.0-rc93
includes updates for breaking changes in runc v1.0.0-rc93
2021-03-31 10:57:02 -04:00

6 lines
75 B
Go

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