mirror of
https://github.com/containers/skopeo.git
synced 2025-08-11 11:22:05 +00:00
... to work around some of the "unexpected EOF" failures. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
8 lines
111 B
Go
8 lines
111 B
Go
//go:build aix || linux
|
|
|
|
package cwriter
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TCGETS
|