fdset_32.go 194 B

12345678910
  1. // +build darwin openbsd netbsd 386 arm
  2. package goselect
  3. // darwin, netbsd and openbsd uses uint32 on both amd64 and 386
  4. const (
  5. // NFDBITS is the amount of bits per mask
  6. NFDBITS = 4 * 8
  7. )