CHECK_BIT
return CHECK_BIT(context->fds_close_on_exec[fd / 8], fd & 7) ? true : false;
return CHECK_BIT(context->fds_close_on_fork[fd / 8], fd & 7) ? true : false;
return CHECK_BIT(context->fds_close_on_exec[fd / 8], fd & 7) ? true : false;