mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00

move the cgo bits to a separate file to allow building without cgo. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
8 lines
79 B
Go
8 lines
79 B
Go
//+build linux,!cgo
|
|
|
|
package libpod
|
|
|
|
func unixPathLength() int {
|
|
return 107
|
|
}
|