11 lines
206 B
Go
Raw Normal View History

// +build darwin openbsd netbsd 386 arm mips mipsle
2018-02-05 16:52:44 -08:00
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
)