2018-02-08 12:10:12 -08:00

11 lines
194 B
Go

// +build darwin openbsd netbsd 386 arm
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
)