Files
runc/libcontainer/devices/device_windows.go
T
Sebastiaan van Stijn 4fc2de77e9 libcontainer/devices: remove "Device" prefix from types
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-01 11:11:23 +01:00

6 lines
75 B
Go

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