Remove LTTNG_HIDDEN macro
[lttng-ust.git] / libringbuffer / smp.h
index b04401e1d9a94f2d36e35d394e83035ba0eb2fd2..78b1851fff12f2cbde6539f68b257374ba29a249 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef _LIBRINGBUFFER_SMP_H
 #define _LIBRINGBUFFER_SMP_H
 
-#include "ust-helper.h"
 #include "getcpu.h"
 
 /*
  */
 #define PER_CPU_MEM_SIZE       4096
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 extern int __num_possible_cpus;
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 extern void _get_num_possible_cpus(void);
 
 static inline
This page took 0.031347 seconds and 4 git commands to generate.