cleanup: function attribute 'hidden'
[lttng-ust.git] / libringbuffer / smp.h
index b04401e1d9a94f2d36e35d394e83035ba0eb2fd2..028a66f7844aa47a791db7618469a387e7f999b2 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
-extern int __num_possible_cpus;
-LTTNG_HIDDEN
-extern void _get_num_possible_cpus(void);
+extern int __num_possible_cpus
+       __attribute__((visibility("hidden")));
+
+extern void _get_num_possible_cpus(void)
+       __attribute__((visibility("hidden")));
 
 static inline
 int num_possible_cpus(void)
This page took 0.023949 seconds and 4 git commands to generate.