X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint.h;h=927b1a3cd9ef83a48ec40053506d9cce20ed9e1f;hb=c589eca21586907ffd057fa614e7e2715086b5c7;hp=d4733e057920c1cb38acb5fb1da09268c50d548f;hpb=465a0d0493a126c09d0bf469369b8410d4bf73a9;p=lttng-ust.git diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index d4733e05..927b1a3c 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -369,8 +369,9 @@ __tracepoints__init(void) __tracepoint__init_urcu_sym(); } -static void lttng_ust_notrace __attribute__((destructor)) -__tracepoints__destroy(void); +static void +__tracepoints__destroy(void) + lttng_ust_notrace __attribute__((destructor)); static void __tracepoints__destroy(void) { @@ -501,8 +502,9 @@ __tracepoints__ptrs_init(void) } } -static void lttng_ust_notrace __attribute__((destructor)) -__tracepoints__ptrs_destroy(void); +static void +__tracepoints__ptrs_destroy(void) + lttng_ust_notrace __attribute__((destructor)); static void __tracepoints__ptrs_destroy(void) {