Opened 14 years ago
Closed 14 years ago
#2434 closed Bugs (duplicate)
execution_monitor.ipp not portable on slightly older FreeBSD machines
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | Building Boost |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
boost/test/impl/execution_monitor.ipp
In the main switch statements, execution_monitor.ipp is now check for the optional specific signal codes which not all FreeBSD machines support (namely anything less than 7.0 does not set these codes in the kernel nor defines them in /usr/include/sys/signal.h).
The attached patch builds on 6,7 and CURRENT and should be innocuous to other platforms.
Note:
See TracTickets
for help on using tickets.
Duplicates #2435