Fix static linking: add missing static
[urcu.git] / urcu-call-rcu-impl.h
index 61aeee611a04da3c78083437bd6af48cbde8d366..5dfdb9277b5a351f62d09ee7b534f94c0a4ca3b5 100644 (file)
@@ -69,7 +69,7 @@ struct call_rcu_data {
  * Protected by call_rcu_mutex.
  */
 
-CDS_LIST_HEAD(call_rcu_data_list);
+static CDS_LIST_HEAD(call_rcu_data_list);
 
 /* Link a thread using call_rcu() to its call_rcu thread. */
 
This page took 0.022674 seconds and 4 git commands to generate.