cleanup: function attribute 'constructor'
[lttng-ust.git] / liblttng-ust-dl / lttng-ust-dl.c
index 657c27ccc9afab4ada4373bc76c10c3c012a31fe..1394ce1963fce5e31ec53dc41e1b39ebf21237c3 100644 (file)
@@ -34,7 +34,10 @@ static void *(*__lttng_ust_plibc_dlmopen)(Lmid_t nsid, const char *filename,
 #endif
 static int (*__lttng_ust_plibc_dlclose)(void *handle);
 
-static __attribute__((constructor))
+static
+void _lttng_ust_dl_init(void)
+       __attribute__((constructor));
+static
 void _lttng_ust_dl_init(void)
 {
        ust_err_init();
This page took 0.023178 seconds and 4 git commands to generate.