summaryrefslogtreecommitdiff
path: root/cmd/podman/images/utils_unsupported.go
blob: 69d1df786fe46d443f184df8667254384216f92c (plain)
1
2
3
4
5
6
7
// +build !linux

package images

func setupPipe() (string, func() <-chan error, error) {
	return "/dev/stdout", nil, nil
}