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