mirror of
https://github.com/containers/podman.git
synced 2025-12-13 10:28:48 +08: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
|