Hide lttng_ust_getenv private symbols
[lttng-ust.git] / liblttng-ust / lttng-clock.c
index 3cd26fb34f839467eccf4e8d7346611687beafac..93a5075d8a2b0db1693246fa44ac09df298c4ee8 100644 (file)
@@ -90,7 +90,7 @@ void lttng_ust_clock_init(void)
 
        if (clock_handle)
                return;
-       libname = lttng_getenv("LTTNG_UST_CLOCK_PLUGIN");
+       libname = lttng_ust_getenv("LTTNG_UST_CLOCK_PLUGIN");
        if (!libname)
                return;
        clock_handle = dlopen(libname, RTLD_NOW);
This page took 0.025094 seconds and 4 git commands to generate.