Fix get_cycles -> caa_get_cycles
[urcu.git] / urcu / arch_armv7l.h
index 6d58bb7017248396cf0b046863edab8c620148ac..125066b8239190b5be4580c11ba406a7baa8be7e 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
 
 typedef unsigned long long cycles_t;
 
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
 {
        cycles_t thetime;
        struct timeval tv;
This page took 0.023189 seconds and 4 git commands to generate.