mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-30 14:00:57 +00:00
7 lines
139 B
Go
7 lines
139 B
Go
// +build darwin dragonfly freebsd netbsd openbsd
|
|
|
|
package cwriter
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|