etcd/vendor/gopkg.in/cheggaaa/pb.v1/termios_bsd.go

10 lines
187 B
Go

// +build darwin freebsd netbsd openbsd dragonfly
// +build !appengine
package pb
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA