Fix: use clock_get_time for caa_get_cycles fallback on MacOSX
[urcu.git] / urcu / config.h.in
index 98ea365d6040246eb0403da6a318a1ebb40fc2ff..4b856dcfc0900cd403ae59833b7f494d4c0f6a71 100644 (file)
@@ -19,3 +19,6 @@
 
 /* TLS provided by the compiler. */
 #undef CONFIG_RCU_TLS
+
+/* clock_gettime() is detected. */
+#undef CONFIG_RCU_HAVE_CLOCK_GETTIME
This page took 0.022638 seconds and 4 git commands to generate.