mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
8 lines
105 B
Go
8 lines
105 B
Go
|
// +build solaris
|
||
|
|
||
|
package cwriter
|
||
|
|
||
|
import "golang.org/x/sys/unix"
|
||
|
|
||
|
const ioctlReadTermios = unix.TCGETA
|