10 lines
187 B
Go
Raw Normal View History

2020-02-08 20:44:46 +08:00
// +build darwin freebsd netbsd openbsd dragonfly
// +build !appengine
package pb
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA