Fix: lttng-ust-fd: remove lttng_ust_common_ctor call
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 17:46:08 +0000 (12:46 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 17:46:08 +0000 (12:46 -0500)
Introduced by bogus backport of ("fix: liblttng-ust-fd async-signal-safe
close()"). This constructor does not exist in stable-2.12.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iab19505d7269a044b94572975eeba87bb44e9dfa

liblttng-ust-fd/lttng-ust-fd.c

index 513e757a659e6d0bd15e4ea4ad5cabef98c4c798..69c76dcacaa5ecd2397c328c5af3e25ac8ec5950 100644 (file)
@@ -78,8 +78,6 @@ void _lttng_ust_fd_ctor(void)
 static
 void _lttng_ust_fd_ctor(void)
 {
-       lttng_ust_common_ctor();
-
        /*
         * Initialize the function pointers to the original libc symbols in the
         * constructor since close() has to stay async-signal-safe and as such,
This page took 0.024399 seconds and 4 git commands to generate.