cleanup: function attribute 'constructor'
[lttng-ust.git] / liblttng-ust / lttng-ust-urcu.c
index 5103aa8fc18d43035ec6b0c46ab04884d154e92f..4381fd1c6868501c0083fd1528c12f653433a96c 100644 (file)
@@ -93,7 +93,8 @@ enum membarrier_cmd {
 };
 
 static
-void __attribute__((constructor)) _lttng_ust_urcu_init(void);
+void _lttng_ust_urcu_init(void)
+       __attribute__((constructor));
 static
 void __attribute__((destructor)) lttng_ust_urcu_exit(void);
 
This page took 0.023242 seconds and 4 git commands to generate.