1
0
mirror of https://github.com/rancher/os.git synced 2025-08-30 21:26:09 +00:00
os/vendor/github.com/Sirupsen/logrus/terminal_bsd.go
2015-12-04 20:19:31 +05:00

10 lines
157 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios