Fix get_cycles -> caa_get_cycles
[urcu.git] / urcu / arch_alpha.h
index 51a1fff2f70a29fe216a58c5f2c894022f17edfa..d62ac177cf58e110a15131f1926e813776995eba 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 
 typedef unsigned long long cycles_t;
 
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
 {
        return 0;       /* not supported */
 }
This page took 0.021856 seconds and 4 git commands to generate.