cleanup: all functions have declarations (-Wmissing-prototypes)
[urcu.git] / src / rculfhash.c
index 51972c8d1b318c618776a8d0b4b26e5373b9dbae..2385f897ef848d9368ade492c467c150cfb05014 100644 (file)
@@ -581,6 +581,7 @@ unsigned int cds_lfht_fls_ulong(unsigned long x)
  * Return the minimum order for which x <= (1UL << order).
  * Return -1 if x is 0.
  */
+static
 int cds_lfht_get_count_order_u32(uint32_t x)
 {
        if (!x)
This page took 0.022444 seconds and 4 git commands to generate.