From c1083aa8a49993db3a4112351cc1d31bd01659da Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 13 Oct 2009 17:01:07 -0400 Subject: [PATCH] remove unneeded constructor priority --- libust/tracectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libust/tracectl.c b/libust/tracectl.c index f9d035d..23f0246 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -892,7 +892,7 @@ static void auto_probe_connect(struct marker *m) } -static void __attribute__((constructor(1000))) init() +static void __attribute__((constructor)) init() { int result; char* autoprobe_val = NULL; -- 2.34.1