1// +build linux
2
3package flags
4
5const (
6	tIOCGWINSZ = 0x5413
7)
8