mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 11:55:42 +00:00
7 lines
87 B
Go
7 lines
87 B
Go
//go:build !linux
|
|
|
|
package main
|
|
|
|
func checkSupportedCgroups() {
|
|
// NOP on Non Linux
|
|
}
|