5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-17 03:09:14 +00:00
2016-04-10 23:39:38 +02:00

10 lines
157 B
Go

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