Hide private usterr-signal-safe.h symbols
[lttng-ust.git] / liblttng-ust-fd / lttng-ust-fd.c
index 02a6f33c48da383969b9cfa97bc63438498d3d6d..607df41eabfb9c8ca21069b0f11f7cd63c4dda89 100644 (file)
 #include <ust-fd.h>
 #include <dlfcn.h>
 
-#include <helper.h>
+#include <ust-helper.h>
 #include "usterr-signal-safe.h"
 
 static int (*__lttng_ust_fd_plibc_close)(int fd);
 static int (*__lttng_ust_fd_plibc_fclose)(FILE *stream);
 
+static __attribute__((constructor))
+void _lttng_ust_fd_init(void)
+{
+       ust_err_init();
+}
+
 static
 int _lttng_ust_fd_libc_close(int fd)
 {
This page took 0.031108 seconds and 4 git commands to generate.