Sign in
fuchsia
/
third_party
/
github.com
/
jessevdk
/
go-flags
/
e89e5c4579c909da6e1676890fc844f8a473bf9c
/
.
/
termsize_unix.go
blob: fcc118601016128c08a00870f5d45d8190477174 [
file
] [
log
] [
blame
]
// +build darwin freebsd netbsd openbsd
package flags
const (
tIOCGWINSZ = 0x40087468
)