1
0
mirror of https://github.com/minio/minio.git synced 2025-01-21 03:33:15 -05:00

10 lines
187 B
Go
Raw Normal View History

// +build darwin freebsd netbsd openbsd dragonfly
// +build !appengine
package pb
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA