Gitiles
Code Review
Sign In
gerrit.opencord.org
/
bbsim
/
df3f85d3f815c076b2be48f1e48e2f66935c6423
/
.
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
tiocgwinsz_bsdish.go
blob: fcc118601016128c08a00870f5d45d8190477174 [
file
] [
log
] [
blame
]
// +build darwin freebsd netbsd openbsd
package flags
const (
tIOCGWINSZ = 0x40087468
)