1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/gopkg.in/cheggaaa/pb.v1/termios_bsd.go

9 lines
187 B
Go

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