mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
11 lines
186 B
Go
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
|