fix: redundant decl of channel_destroy (-Wredundant-decls)
[lttng-ust.git] / liblttng-ust / rculfhash-internal.h
index 667dd611d7247b630aa47a290c11ee92a753a375..2725008b549049e4d0503ce6a9170180b7360148 100644 (file)
@@ -14,7 +14,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-#include "helper.h"
 
 #ifdef DEBUG
 #define dbg_printf(fmt, args...)     printf("[debug lttng-ust rculfhash] " fmt, ## args)
@@ -126,11 +125,13 @@ struct lttng_ust_lfht {
         */
 };
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 extern unsigned int lttng_ust_lfht_fls_ulong(unsigned long x);
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 extern int lttng_ust_lfht_get_count_order_u32(uint32_t x);
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 extern int lttng_ust_lfht_get_count_order_ulong(unsigned long x);
 
 #ifdef POISON_FREE
This page took 0.023274 seconds and 4 git commands to generate.