adam-gui/vendor/github.com/creack/goselect/fdset_64.go
2024-04-29 19:13:50 +02:00

12 lines
249 B
Go

// +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
)