Boost C++ Libraries: Ticket #6012: Boost pthread_yield test build fix for OpenBSD https://svn.boost.org/trac10/ticket/6012 <p> The attached patch for the Boost pthread_yield test code is necessary to build on OpenBSD. The return type of pthread_yield on OpenBSD is void instead of int. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6012 Trac 1.4.3 brad@… Wed, 12 Oct 2011 06:21:35 GMT attachment set https://svn.boost.org/trac10/ticket/6012 https://svn.boost.org/trac10/ticket/6012 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch-libs_config_test_boost_has_pthread_yield_ipp</span> </li> </ul> Ticket Gennadiy Rozental Sun, 23 Oct 2011 20:16:51 GMT owner changed https://svn.boost.org/trac10/ticket/6012#comment:1 https://svn.boost.org/trac10/ticket/6012#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">John Maddock</span> </li> </ul> <p> This is Boost.Config ticket </p> Ticket anonymous Sun, 30 Oct 2011 18:45:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6012#comment:2 https://svn.boost.org/trac10/ticket/6012#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> The way pthread_yield is used within Boost.Thread the return value is actually required (and checked). Also note that if the platform has sched_yield, then pthread_yield is never used and the setting of this macro is irrelevant. </p> Ticket