Files
runc/libcontainer/devices/device_windows.go
T
Sebastiaan van Stijn 677baf22d2 libcontainer: isolate libcontainer/devices
Move the Device-related types to libcontainer/devices, so that
the package can be used in isolation. Aliases have been created
in libcontainer/configs for backward compatibility.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-01 11:11:21 +01:00

6 lines
81 B
Go

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