mirror of
https://github.com/containers/skopeo.git
synced 2025-09-28 05:25:48 +00:00
8 lines
107 B
Go
8 lines
107 B
Go
// +build aix linux
|
|
|
|
package cwriter
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TCGETS
|