2017-09-13 12:09:48 +00:00
|
|
|
// +build darwin freebsd openbsd netbsd dragonfly
|
2018-03-30 10:41:46 +00:00
|
|
|
// +build !appengine,!gopherjs
|
2017-09-13 12:09:48 +00:00
|
|
|
|
|
|
|
package logrus
|
|
|
|
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
|
|
|
|
|
|
|
type Termios unix.Termios
|