Remove LTTNG_HIDDEN macro
[lttng-ust.git] / liblttng-ust / rculfhash-internal.h
index 39b20ed55f419c9e22648cb7671f6c8970ebe7a4..2725008b549049e4d0503ce6a9170180b7360148 100644 (file)
@@ -14,7 +14,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-#include "ust-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.02374 seconds and 4 git commands to generate.