Fix: use clock_get_time for caa_get_cycles fallback on MacOSX
[urcu.git] / urcu / config.h.in
index 02c7b2edb279be80171d3615eab796d79578272d..4b856dcfc0900cd403ae59833b7f494d4c0f6a71 100644 (file)
@@ -16,3 +16,9 @@
 
 /* Use the dmb instruction is available for use on ARM. */
 #undef CONFIG_RCU_ARM_HAVE_DMB
+
+/* TLS provided by the compiler. */
+#undef CONFIG_RCU_TLS
+
+/* clock_gettime() is detected. */
+#undef CONFIG_RCU_HAVE_CLOCK_GETTIME
This page took 0.022701 seconds and 4 git commands to generate.