mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-30 14:00:57 +00:00
7 lines
107 B
Go
7 lines
107 B
Go
// +build aix linux
|
|
|
|
package cwriter
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TCGETS
|