X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;fp=liblttng-ust%2Flttng-ust-comm.c;h=748417ab3e366a2edb827bd8668e4bdd5cb806ac;hb=c589eca21586907ffd057fa614e7e2715086b5c7;hp=69ccd99d998968b3a7e75e3fc84d00e6ecb09523;hpb=465a0d0493a126c09d0bf469369b8410d4bf73a9;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 69ccd99d..748417ab 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -2279,7 +2279,11 @@ void lttng_ust_cleanup(int exiting) } } -void __attribute__((destructor)) lttng_ust_exit(void) +static +void lttng_ust_exit(void) + __attribute__((destructor)); +static +void lttng_ust_exit(void) { int ret;