1
0
mirror of https://github.com/minio/minio.git synced 2025-01-17 17:53:15 -05:00

10 lines
157 B
Go
Raw Normal View History

2015-09-09 21:51:03 -07:00
// +build darwin freebsd openbsd netbsd dragonfly
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios