Fix static linking: add missing static
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index 10ea7de09efe54ff96800aae4019d7198a9efa24..42a5829fb894f513db3cae9f59f832e24ae0ca26 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -215,7 +215,7 @@ static void wait_gp(void)
                      NULL, NULL, 0);
 }
 
-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.02218 seconds and 4 git commands to generate.