blob: 517ea8ed72f261173bac05c22cba87dfa000d153 [file] [log] [blame]
// +build darwin freebsd netbsd openbsd dragonfly
// +build !appengine
package pb
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA