From 7a3433fa703db8b2c8b929b2f2c9c43484ec49f6 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 9 Dec 2021 12:46:08 -0500 Subject: [PATCH] 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 --- liblttng-ust-fd/lttng-ust-fd.c | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.34.1