1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 07:20:56 -04: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