X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Frculfhash-internal.h;fp=liblttng-ust%2Frculfhash-internal.h;h=26971580aec9d146950bd8a3432433dc8cc6cdd1;hb=1d18d519668cd559dcafa1f18113edceb2418ed0;hp=2725008b549049e4d0503ce6a9170180b7360148;hpb=106ff4dab82c51bd7bf022220bf43f15fb04f8bc;p=lttng-ust.git diff --git a/liblttng-ust/rculfhash-internal.h b/liblttng-ust/rculfhash-internal.h index 2725008b..26971580 100644 --- a/liblttng-ust/rculfhash-internal.h +++ b/liblttng-ust/rculfhash-internal.h @@ -125,14 +125,14 @@ struct lttng_ust_lfht { */ }; -__attribute__((visibility("hidden"))) -extern unsigned int lttng_ust_lfht_fls_ulong(unsigned long x); +extern unsigned int lttng_ust_lfht_fls_ulong(unsigned long x) + __attribute__((visibility("hidden"))); -__attribute__((visibility("hidden"))) -extern int lttng_ust_lfht_get_count_order_u32(uint32_t x); +extern int lttng_ust_lfht_get_count_order_u32(uint32_t x) + __attribute__((visibility("hidden"))); -__attribute__((visibility("hidden"))) -extern int lttng_ust_lfht_get_count_order_ulong(unsigned long x); +extern int lttng_ust_lfht_get_count_order_ulong(unsigned long x) + __attribute__((visibility("hidden"))); #ifdef POISON_FREE #define poison_free(ptr) \