remove unneeded constructor priority
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 13 Oct 2009 21:01:07 +0000 (17:01 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 13 Oct 2009 21:01:07 +0000 (17:01 -0400)
libust/tracectl.c

index f9d035dd84277b56df856430d7c6cab1482e0c76..23f02466d8a4aa3014ebb57726675edce2f14e09 100644 (file)
@@ -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;
This page took 0.024488 seconds and 4 git commands to generate.