X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Ftracepoint-weak-test.c;h=50afe005cb75eb3433aa437af1e9e9de45d4d891;hb=459cbee453f65d58cd56dff4eb7f9457f1d9527f;hp=71e3f433f8fccb108d1da8eccee05708c939c7ad;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust/tracepoint-weak-test.c b/liblttng-ust/tracepoint-weak-test.c index 71e3f433..50afe005 100644 --- a/liblttng-ust/tracepoint-weak-test.c +++ b/liblttng-ust/tracepoint-weak-test.c @@ -11,19 +11,16 @@ struct { char a[24]; } __tracepoint_test_symbol3 __attribute__((weak, visibility("hidden"))); -__attribute__((visibility("hidden"))) void *lttng_ust_tp_check_weak_hidden1(void) { return &__tracepoint_test_symbol1; } -__attribute__((visibility("hidden"))) void *lttng_ust_tp_check_weak_hidden2(void) { return &__tracepoint_test_symbol2; } -__attribute__((visibility("hidden"))) void *lttng_ust_tp_check_weak_hidden3(void) { return &__tracepoint_test_symbol3;