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