mirror of
https://github.com/containers/skopeo.git
synced 2025-07-31 22:45:20 +00:00
... to work around some of the "unexpected EOF" failures. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
8 lines
152 B
Go
8 lines
152 B
Go
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
|
|
|
package cwriter
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|