From: Mathieu Desnoyers Date: Thu, 1 Nov 2012 20:33:01 +0000 (-0400) Subject: Fix static linking: add missing static X-Git-Tag: v0.8.0~169 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=bab44e28a30b837d72cb3b0cd64fe86f93e9ff61;hp=bab44e28a30b837d72cb3b0cd64fe86f93e9ff61;p=userspace-rcu.git Fix static linking: add missing static update_counter_and_wait and call_rcu_data_list are only used locally. Add the static keyword to ensure their symbol are not exported. This helps fixing static linking of many URCU flavors into the same program. Signed-off-by: Mathieu Desnoyers ---