Fix static linking: fix symbol name namespaces
[urcu.git] / tests / test_urcu_hash_unique.c
index 610f479080e257e3460651a15281f53e33e4ba07..89e294327b1596ae634ccee507831b79d6bc7fcd 100644 (file)
@@ -95,7 +95,7 @@ void *test_hash_unique_thr_reader(void *_count)
                }
                rcu_read_unlock();
 
-               debug_yield_read();
+               rcu_debug_yield_read();
                if (caa_unlikely(rduration))
                        loop_sleep(rduration);
                URCU_TLS(nr_reads)++;
This page took 0.023546 seconds and 4 git commands to generate.