remove unneeded constructor priority
[ust.git] / 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.02287 seconds and 4 git commands to generate.