11 lines
196 B
Go
Raw Normal View History

2018-02-05 16:52:44 -08:00
// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine,!gopherjs
2018-02-05 16:52:44 -08:00
package logrus
import "golang.org/x/sys/unix"
2018-02-05 16:52:44 -08:00
const ioctlReadTermios = unix.TIOCGETA
2018-02-05 16:52:44 -08:00
type Termios unix.Termios