X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Fgetenv.h;fp=liblttng-ust%2Fgetenv.h;h=a5dffb24dc324fe5b08d7ce97d46a92f980abd84;hb=ddabe860f4cf41a4206a8157d83e6b9354f85cb5;hp=f8e7bc37a631f1531dbf14aed273264d5fd8ba5e;hpb=d10a220587d0a41c85da916a65e9dfc9f61062fa;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 */