1d6c1a6468
closes #2125 Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
10 lines
178 B
Go
10 lines
178 B
Go
// +build darwin freebsd openbsd netbsd dragonfly
|
|
// +build !appengine
|
|
|
|
package logrus
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TIOCGETA
|
|
|
|
type Termios syscall.Termios
|