fix: add format attribute to relevant functions (-Wsuggest-attribute=format)
[lttng-ust.git] / libcounter / smp.h
index 8bf8974d10aa5eb92610e52fdfff706a74390c84..9bfe724c2e1509a95508ee7a4c9cab1fc9f136ed 100644 (file)
@@ -7,16 +7,15 @@
 #ifndef _LIBCOUNTER_SMP_H
 #define _LIBCOUNTER_SMP_H
 
-#include "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.092722 seconds and 4 git commands to generate.