OPEN_MAX
if (nfds < 1 || nfds > OPEN_MAX) {
#define NOFILE OPEN_MAX /* max open files per process */
#ifndef OPEN_MAX