mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +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
|