validtoml/vendor/github.com/andrew-d/go-termutil/const_bsd.go

9 lines
147 B
Go
Raw Normal View History

2018-01-08 00:30:28 +00:00
// +build darwin freebsd
package termutil
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA