Fix get_cycles -> caa_get_cycles
[urcu.git] / urcu / arch_s390.h
index 8d1483abb4aff07c4b129c3e758887af58468ee5..1f03c784cb32bcc3da7c4c724b5fc7eaf632c501 100644 (file)
@@ -41,7 +41,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 cycles;
 
This page took 0.022936 seconds and 4 git commands to generate.