Ticket #2955: boost_1_38_0.thread.vxworks.patch

File boost_1_38_0.thread.vxworks.patch, 709 bytes (added by Dustin Spicuzza <dustin@…>, 14 years ago)
  • boost/thread/pthread/recursive_mutex.hpp

    diff -r -u boost_1_38_0/boost/thread/pthread/recursive_mutex.hpp boost_1_38_vxworks/boost/thread/pthread/recursive_mutex.hpp
    old new  
    55// accompanying file LICENSE_1_0.txt or copy at
    66// http://www.boost.org/LICENSE_1_0.txt)
    77
     8#ifdef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
     9
    810#include <pthread.h>
    911#include <boost/utility.hpp>
    1012#include <boost/thread/exceptions.hpp>
     
    263265
    264266#include <boost/config/abi_suffix.hpp>
    265267
     268#endif          // BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
     269
    266270#endif