Remove LTTNG_HIDDEN macro
[lttng-ust.git] / liblttng-ust / getenv.h
index f8e7bc37a631f1531dbf14aed273264d5fd8ba5e..a5dffb24dc324fe5b08d7ce97d46a92f980abd84 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef _COMPAT_GETENV_H
 #define _COMPAT_GETENV_H
 
-#include "ust-helper.h"
-
 /*
  * Always add the lttng-ust environment variables using the lttng_ust_getenv()
  * infrastructure rather than using getenv() directly.  This ensures that we
  * lttng-ust)
  */
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 char *lttng_ust_getenv(const char *name);
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 void lttng_ust_getenv_init(void);
 
 #endif /* _COMPAT_GETENV_H */
This page took 0.023434 seconds and 4 git commands to generate.