Files
podman/libpod/container_attach_linux_nocgo.go
Giuseppe Scrivano c81a8f2b6d attach: move cgo bits to a different file
move the cgo bits to a separate file to allow building without cgo.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-07-02 16:41:02 +02:00

8 lines
79 B
Go

//+build linux,!cgo
package libpod
func unixPathLength() int {
return 107
}