Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltctl
/
37ec4e27464098493a1f2e23e1fc8edff93d5904
/
.
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
tiocgwinsz_bsdish.go
blob: fcc118601016128c08a00870f5d45d8190477174 [
file
] [
log
] [
blame
]
Zack Williams
e940c7a
2019-08-21 14:25:39 -0700
[
diff
] [
blame
]
1
// +build darwin freebsd netbsd openbsd
2
3
package flags
4
5
const (
6
tIOCGWINSZ = 0x40087468
7
)