mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
3acde1749b
Signed-off-by: Knut Ahlers <knut@ahlers.me>
11 lines
196 B
Go
11 lines
196 B
Go
// +build darwin freebsd openbsd netbsd dragonfly
|
|
// +build !appengine,!gopherjs
|
|
|
|
package logrus
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
|
|
|
type Termios unix.Termios
|