Add TLS detection m4 macro
[urcu.git] / urcu-qsbr.c
index 6b6d3af6711ce44647ebd04dfc796c0495c988b7..745676e209d3ff44dc828507e43ca8c09f023e9c 100644 (file)
@@ -39,6 +39,7 @@
 #include "urcu/map/urcu-qsbr.h"
 #define BUILD_QSBR_LIB
 #include "urcu/static/urcu-qsbr.h"
+#include "urcu-pointer.h"
 
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
 #undef _LGPL_SOURCE
@@ -355,5 +356,7 @@ void rcu_exit(void)
         */
 }
 
+DEFINE_RCU_FLAVOR(rcu_flavor);
+
 #include "urcu-call-rcu-impl.h"
 #include "urcu-defer-impl.h"
This page took 0.022827 seconds and 4 git commands to generate.