~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to ext/boost/thread/detail/thread_interruption.hpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <boost/thread/detail/config.hpp>
10
10
#include <boost/thread/detail/delete.hpp>
11
11
 
 
12
#if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
 
13
 
12
14
namespace boost
13
15
{
14
16
    namespace this_thread
33
35
    }
34
36
}
35
37
 
36
 
#endif
 
38
#endif // BOOST_THREAD_PROVIDES_INTERRUPTIONS
 
39
#endif // header