1// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
2
3package flags
4
5const (
6	tIOCGWINSZ = 0
7)
8