summaryrefslogtreecommitdiff
path: root/software/vendor/github.com/creack/goselect/fdset_64.go
blob: 142023be61eb9000ef7a731a151674485f44f567 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build !darwin,!netbsd,!openbsd
// +build amd64 arm64 ppc64le mips64 mips64le s390x riscv64

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
)