|
Boost-Commit : |
From: troy_at_[hidden]
Date: 2007-05-27 10:56:50
Author: troy
Date: 2007-05-27 10:56:49 EDT (Sun, 27 May 2007)
New Revision: 4314
URL: http://svn.boost.org/trac/boost/changeset/4314
Log:
These are bugs in 1.34.0. Either this part of config is not tested or
I am missing something. (?!?!?!?) The mac has nanosleep() and
pthread_mutex_settype().
Text files modified:
sandbox-branches/boost-cmake/boost_1_34_0/boost/config/platform/macos.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/boost/config/platform/macos.hpp
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/boost/config/platform/macos.hpp (original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/boost/config/platform/macos.hpp 2007-05-27 10:56:49 EDT (Sun, 27 May 2007)
@@ -38,6 +38,8 @@
# define BOOST_HAS_SCHED_YIELD
# define BOOST_HAS_GETTIMEOFDAY
# define BOOST_HAS_SIGACTION
+# define BOOST_HAS_NANOSLEEP
+# define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
# if (__GNUC__ < 3) && !defined( __APPLE_CC__)
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