cleanup: all functions have declarations (-Wmissing-prototypes)
[urcu.git] / src / rculfhash.c
index 247564b8aa72f3d6ac7c87b1f1f12ab98ef5dc98..ca9c83c47ccd082b97753711b8298f7ebf96bd74 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.023001 seconds and 4 git commands to generate.