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