adam-gui/vendor/github.com/creack/goselect/fdset_32.go

11 lines
214 B
Go
Raw Permalink Normal View History

2024-04-29 19:13:50 +02:00
// +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
)