bombadillo/termios/consts_linux.go

11 lines
130 B
Go

// +build linux
package termios
import "syscall"
const (
getTermiosIoctl = syscall.TCGETS
setTermiosIoctl = syscall.TCSETS
)