From: Pierre-Marc Fournier Date: Tue, 13 Oct 2009 21:01:07 +0000 (-0400) Subject: remove unneeded constructor priority X-Git-Tag: v0.1~96 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=c1083aa8a49993db3a4112351cc1d31bd01659da;p=ust.git remove unneeded constructor priority --- 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;