X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fgetenv.h;h=a5dffb24dc324fe5b08d7ce97d46a92f980abd84;hb=a9d86fd1c36a680eac282bd982896f78631af3ab;hp=f8e7bc37a631f1531dbf14aed273264d5fd8ba5e;hpb=4c41b460614826ada066a7e0c26a8b116336bab2;p=lttng-ust.git diff --git a/liblttng-ust/getenv.h b/liblttng-ust/getenv.h index f8e7bc37..a5dffb24 100644 --- a/liblttng-ust/getenv.h +++ b/liblttng-ust/getenv.h @@ -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 @@ -18,10 +16,10 @@ * 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 */