2018-05-01 23:45:06 +00:00
|
|
|
// +build darwin freebsd openbsd netbsd dragonfly
|
2019-04-17 17:15:55 +00:00
|
|
|
// +build !appengine
|
2018-05-01 23:45:06 +00:00
|
|
|
|
|
|
|
package logrus
|
|
|
|
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
|
|
|
|
|
|
|
type Termios unix.Termios
|