Files
Packer-Cn/vendor/github.com/creack/goselect/fdset_32.go
T
2019-04-25 15:40:09 -04:00

11 lines
206 B
Go

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