You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/creack/goselect/fdset_64.go

12 lines
219 B

// +build !darwin,!netbsd,!openbsd
// +build amd64 arm64 ppc64le
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
)