From: Mathieu Desnoyers Date: Thu, 9 Dec 2021 17:46:08 +0000 (-0500) Subject: Fix: lttng-ust-fd: remove lttng_ust_common_ctor call X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7a3433fa703db8b2c8b929b2f2c9c43484ec49f6;p=lttng-ust.git Fix: lttng-ust-fd: remove lttng_ust_common_ctor call 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 Change-Id: Iab19505d7269a044b94572975eeba87bb44e9dfa --- diff --git a/liblttng-ust-fd/lttng-ust-fd.c b/liblttng-ust-fd/lttng-ust-fd.c index 513e757a..69c76dca 100644 --- a/liblttng-ust-fd/lttng-ust-fd.c +++ b/liblttng-ust-fd/lttng-ust-fd.c @@ -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,