Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltctl
/
a64fbe7de8b162f19cc095d3c2a26a781ec3c5e7
/
.
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
tiocgwinsz_linux.go
blob: e3975e2835f0220f9565a54bddbcdb8f5485d05e [
file
] [
log
] [
blame
]
// +build linux
package flags
const (
tIOCGWINSZ = 0x5413
)