mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
79a4ac0553
It has a fix for runc issue 4594. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
8 lines
81 B
Go
8 lines
81 B
Go
package internal
|
|
|
|
import "runtime"
|
|
|
|
const (
|
|
OnLinux = runtime.GOOS == "linux"
|
|
)
|