Ticket #2152: diff
File diff, 638 bytes (added by , 14 years ago) |
---|
-
boost/test/impl/execution_monitor.ipp
465 465 "high priority input available; band event %d", 466 466 (int)m_sig_info->si_band ); 467 467 break; 468 #if defined(POLL_ERR) && defined(POLL_HUP) && (POLL_ERR - POLL_HUP) 468 469 case POLL_HUP: 469 470 report_error( execution_exception::system_error, 470 471 "device disconnected; band event %d", 471 472 (int)m_sig_info->si_band ); 472 473 break; 474 #endif 473 475 } 474 476 break; 475 477