Fix static linking: add missing static
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Nov 2012 20:33:01 +0000 (16:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Nov 2012 20:33:01 +0000 (16:33 -0400)
commitbab44e28a30b837d72cb3b0cd64fe86f93e9ff61
tree83fc52e870ff3edcb3b60d69dd5fbd129044a94e
parent706d1165eaa3e58503be043f2545ee697443f5ca
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 <mathieu.desnoyers@efficios.com>
urcu-bp.c
urcu-call-rcu-impl.h
urcu.c
This page took 0.025493 seconds and 4 git commands to generate.