summaryrefslogtreecommitdiff
path: root/software/vendor/github.com/creack/goselect/fdset_32.go
blob: 7aac3bc6c7c436bdac78dfbc22ab77187c166dcc (plain)
1
2
3
4
5
6
7
8
9
10
// +build darwin openbsd netbsd 386 arm mips mipsle riscv32

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
)