Remove LTTNG_HIDDEN macro
[lttng-ust.git] / libcounter / smp.h
index 6b3de2875a447d722cdcd5d9e4747dde85084766..9bfe724c2e1509a95508ee7a4c9cab1fc9f136ed 100644 (file)
@@ -7,16 +7,15 @@
 #ifndef _LIBCOUNTER_SMP_H
 #define _LIBCOUNTER_SMP_H
 
-#include "ust-helper.h"
-
 /*
  * 4kB of per-cpu data available.
  */
 #define LTTNG_COUNTER_PER_CPU_MEM_SIZE 4096
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 extern int __lttng_counter_num_possible_cpus;
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 extern void _lttng_counter_get_num_possible_cpus(void);
 
 static inline
This page took 0.022563 seconds and 4 git commands to generate.