validtoml/vendor/github.com/andrew-d/go-termutil/const_linux.go
2018-01-08 01:30:28 +01:00

9 lines
134 B
Go

// +build linux
package termutil
import "syscall"
const ioctlReadTermios = syscall.TCGETS
const ioctlWriteTermios = syscall.TCSETS