1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/vendor/github.com/jessevdk/go-flags/tiocgwinsz_bsdish.go
2019-07-15 09:06:49 -07:00

8 lines
91 B
Go

// +build darwin freebsd netbsd openbsd
package flags
const (
tIOCGWINSZ = 0x40087468
)