Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
090e8705efa3d6e9831468f13b53008a1a6e3282
/
.
/
automation
/
vendor
/
github.com
/
Sirupsen
/
logrus
/
terminal_bsd.go
blob: 5f6be4d3c04449a0b35a7d9302d30a365965d87f [
file
] [
log
] [
blame
]
// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios