book-fetch/vendor/github.com/cheggaaa/pb/v3/termutil/term_solaris.go
Vincent Batts a6dff28c54
go: update modules
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-17 14:39:56 -05:00

8 lines
180 B
Go

// +build solaris
// +build !appengine
package termutil
const ioctlReadTermios = 0x5401 // syscall.TCGETS
const ioctlWriteTermios = 0x5402 // syscall.TCSETS
const sysIoctl = 54