Ticket #2152: diff

File diff, 638 bytes (added by Steven Robbins <smr@…>, 14 years ago)
  • boost/test/impl/execution_monitor.ipp

     
    465465                               "high priority input available; band event %d",
    466466                               (int)m_sig_info->si_band );
    467467                 break;
     468#if defined(POLL_ERR) && defined(POLL_HUP) && (POLL_ERR - POLL_HUP)
    468469             case POLL_HUP:
    469470                 report_error( execution_exception::system_error,
    470471                               "device disconnected; band event %d",
    471472                               (int)m_sig_info->si_band );
    472473                 break;
     474#endif
    473475             }
    474476             break;
    475477