OPEN_MAX
if (nfds < 1 || nfds > OPEN_MAX) {
if (nfds < 1 || nfds > OPEN_MAX) {
ksi.open_max = OPEN_MAX;
#define NOFILE OPEN_MAX /* max open files per process */
#ifndef OPEN_MAX
#ifndef OPEN_MAX
rlim_t rlim_ofile_cur = OPEN_MAX;
rlim_ofile_cur = OPEN_MAX;