mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 09:17:53 +00:00
move the cgo bits to a separate file to allow building without cgo. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
7 lines
79 B
Go
7 lines
79 B
Go
//+build linux,!cgo
|
|
|
|
package libpod
|
|
|
|
func unixPathLength() int {
|
|
return 107
|
|
}
|