Hide private usterr-signal-safe.h symbols
[lttng-ust.git] / liblttng-ust-dl / lttng-ust-dl.c
index 6b7362aca2b74402c2baf3bab4071b2ed677ad5e..b2e43b9613847318839bfb3e0eb82abfcccb871a 100644 (file)
@@ -32,6 +32,12 @@ static void *(*__lttng_ust_plibc_dlmopen)(Lmid_t nsid, const char *filename,
 #endif
 static int (*__lttng_ust_plibc_dlclose)(void *handle);
 
+static __attribute__((constructor))
+void _lttng_ust_dl_init(void)
+{
+       ust_err_init();
+}
+
 static
 void *_lttng_ust_dl_libc_dlopen(const char *filename, int flags)
 {
This page took 0.025057 seconds and 4 git commands to generate.