mirror of
https://github.com/moby/moby.git
synced 2026-07-10 00:28:51 +00:00
9 lines
175 B
Go
9 lines
175 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package kernel
|
|
|
|
// ApplyOSTweaks applies the configuration values passed as arguments
|
|
func ApplyOSTweaks(osConfig map[string]*OSValue) {
|
|
}
|