terraform/vendor/github.com/creack/goselect/fdset_64.go

12 lines
211 B
Go
Raw Normal View History

2017-01-20 16:59:14 +01:00
// +build !darwin,!netbsd,!openbsd
// +build amd64 arm64
package goselect
// darwin, netbsd and openbsd uses uint32 on both amd64 and 386
const (
// NFDBITS is the amount of bits per mask
NFDBITS = 8 * 8
)