Remove LTTNG_HIDDEN macro
[lttng-ust.git] / include / usterr-signal-safe.h
index bbdad0495e8710e53f6ef996eaa23113ba6927c2..868a0d8b81257d186cd5a788e40c1891058c52b7 100644 (file)
@@ -15,7 +15,6 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <ust-share.h>
-#include "ust-helper.h"
 #include "ust-tid.h"
 #include "ust-snprintf.h"
 
@@ -25,9 +24,10 @@ enum ust_err_loglevel {
        UST_ERR_LOGLEVEL_DEBUG,
 };
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 extern volatile enum ust_err_loglevel ust_err_loglevel;
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 void ust_err_init(void);
 
 #ifdef LTTNG_UST_DEBUG
This page took 0.023772 seconds and 4 git commands to generate.