liblttng-ust-fd doesn't use the internal logging system
[lttng-ust.git] / liblttng-ust-fd / lttng-ust-fd.c
index 607df41eabfb9c8ca21069b0f11f7cd63c4dda89..14a23d9f557b79f12d44146d52a498b895ac76dd 100644 (file)
 #include <dlfcn.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.023627 seconds and 4 git commands to generate.