mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 10:17:53 +00:00
the code got lost in the migration to podman 2.0, reintroduce it. Closes: https://github.com/containers/podman/issues/6989 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
6 lines
57 B
Go
6 lines
57 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func earlyInitHook() {
|
|
}
|