fd_close_on_fork
extern bool fd_close_on_fork(const struct io_context *context, int fd);
const bool closeOnFork = fd_close_on_fork(parentContext, i);
status |= fd_close_on_fork(context, fd) ? FD_CLOFORK : 0;