Fix: rcuja merge fixes
[userspace-rcu.git] / rcuja / rcuja-internal.h
index 18ad288a4a4973c9336093adb62bfd84e55715d1..d3793482402c85892be5effbdee0df05a557543c 100644 (file)
@@ -263,13 +263,13 @@ do {                                                              \
 
 #ifdef DEBUG_COUNTERS
 static inline
-ja_debug_counters(void)
+int ja_debug_counters(void)
 {
        return 1;
 }
 #else
 static inline
-ja_debug_counters(void)
+int ja_debug_counters(void)
 {
        return 0;
 }
This page took 0.022516 seconds and 4 git commands to generate.