cleanup: function attribute 'hidden'
[lttng-ust.git] / liblttng-ust / clock.h
index 824df431f408d881e85d98990e0b98337ed98bff..203cce063d2595b12b84cbb7f18948d970fca712 100644 (file)
@@ -27,8 +27,8 @@ struct lttng_ust_trace_clock {
        const char *(*description)(void);
 };
 
-__attribute__((visibility("hidden")))
-extern struct lttng_ust_trace_clock *lttng_ust_trace_clock;
+extern struct lttng_ust_trace_clock *lttng_ust_trace_clock
+       __attribute__((visibility("hidden")));
 
 void lttng_ust_clock_init(void);
 
This page took 0.022531 seconds and 4 git commands to generate.