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

11 lines
194 B
Go

// +build darwin openbsd netbsd 386 arm
package goselect
// darwin, netbsd and openbsd uses uint32 on both amd64 and 386
const (
// NFDBITS is the amount of bits per mask
NFDBITS = 4 * 8
)