Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52958 - trunk/boost/test/impl
From: gennadiy.rozental_at_[hidden]
Date: 2009-05-13 00:14:02


Author: rogeeff
Date: 2009-05-13 00:14:02 EDT (Wed, 13 May 2009)
New Revision: 52958
URL: http://svn.boost.org/trac/boost/changeset/52958

Log:
introduced IGNORE_SIGCHLD
Text files modified:
   trunk/boost/test/impl/execution_monitor.ipp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/test/impl/execution_monitor.ipp
==============================================================================
--- trunk/boost/test/impl/execution_monitor.ipp (original)
+++ trunk/boost/test/impl/execution_monitor.ipp 2009-05-13 00:14:02 EDT (Wed, 13 May 2009)
@@ -636,7 +636,9 @@
 , m_FPE_action ( SIGFPE , catch_system_errors, attach_dbg, alt_stack )
 , m_SEGV_action( SIGSEGV, catch_system_errors, attach_dbg, alt_stack )
 , m_BUS_action ( SIGBUS , catch_system_errors, attach_dbg, alt_stack )
+#ifndef BOOST_TEST_IGNORE_SIGCHLD
 , m_CHLD_action( SIGCHLD, catch_system_errors, attach_dbg, alt_stack )
+#endif
 #ifdef BOOST_TEST_CATCH_SIGPOLL
 , m_POLL_action( SIGPOLL, catch_system_errors, attach_dbg, alt_stack )
 #endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk