Fix get_cycles -> caa_get_cycles
[urcu.git] / urcu / arch_gcc.h
index 8e1a50093495fd5c2cd64878d7390268632f1637..96efa0d2d8300fad55206cd58e649b23afec0626 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)
 {
        cycles_t thetime;
        struct timeval tv;
This page took 0.022475 seconds and 4 git commands to generate.