Fix static linking: add missing static
[urcu.git] / urcu-bp.c
index 860421a9713e49050f167f1f9af2ce28085fe88d..5dccbcd33c084032c9562b05ef9812404022ff9a 100644 (file)
--- a/urcu-bp.c
+++ b/urcu-bp.c
@@ -164,7 +164,7 @@ static void mutex_unlock(pthread_mutex_t *mutex)
                urcu_die(ret);
 }
 
-void update_counter_and_wait(void)
+static void update_counter_and_wait(void)
 {
        CDS_LIST_HEAD(qsreaders);
        int wait_loops = 0;
This page took 0.022061 seconds and 4 git commands to generate.