blob: d7b3893f3fe327a425b557ff07af09714e7e302a [file] [log] [blame]
// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios