cleanup: function attribute 'destructor'
[lttng-ust.git] / liblttng-ust / lttng-ust-urcu.c
index 4381fd1c6868501c0083fd1528c12f653433a96c..4629067fff2c25878cfcd7f3dcc0afa600863519 100644 (file)
@@ -96,7 +96,8 @@ static
 void _lttng_ust_urcu_init(void)
        __attribute__((constructor));
 static
-void __attribute__((destructor)) lttng_ust_urcu_exit(void);
+void lttng_ust_urcu_exit(void)
+       __attribute__((destructor));
 
 #ifndef CONFIG_RCU_FORCE_SYS_MEMBARRIER
 int lttng_ust_urcu_has_sys_membarrier;
This page took 0.023092 seconds and 4 git commands to generate.