mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !linux
|
|
|
|
package main
|
|
|
|
func checkSupportedCgroups() {
|
|
// NOP on Non Linux
|
|
}
|