View | Details | Raw Unified | Return to bug 182549
Collapse All | Expand All

(-)boost/test/impl/execution_monitor.ipp (+2 lines)
Lines 127-132 Link Here
127
127
128
#  if defined(__FreeBSD__)  
128
#  if defined(__FreeBSD__)  
129
129
130
#    include <osreldate.h>
131
130
#    ifndef SIGPOLL
132
#    ifndef SIGPOLL
131
#      define SIGPOLL SIGIO
133
#      define SIGPOLL SIGIO
132
#    endif
134
#    endif

Return to bug 182549