]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/test/utils/timer.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / test / utils / timer.hpp
index 1241692e4e30d73867651b5e2ffce3b4f0dcafb0..78dfa70828d8fcb85d371a0a23e21de061b19509 100644 (file)
@@ -18,7 +18,7 @@
 
 # if defined(_WIN32) || defined(__CYGWIN__)
 #   define BOOST_TEST_TIMER_WINDOWS_API
-# elif defined(__MACH__)// && !defined(CLOCK_MONOTONIC)
+# elif defined(__MACH__) && defined(__APPLE__)// && !defined(CLOCK_MONOTONIC)
 #   // we compile for all macs the same, CLOCK_MONOTONIC introduced in 10.12
 #   define BOOST_TEST_TIMER_MACH_API
 # else