containerd/vendor/github.com/sirupsen/logrus/terminal_bsd.go
Lantao Liu 2cc1edcfc3 Update containerd to 6937c5a3ba
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-12-04 01:53:10 -08:00

11 lines
186 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios