Remove LTTNG_HIDDEN macro
[lttng-ust.git] / liblttng-ust / context-provider-internal.h
index f688db5e122811066305d4ad0475df4b1f997a19..0ada2ccfc4bd9eb8bf903a42fee00aa93e46e0f2 100644 (file)
@@ -9,9 +9,8 @@
 
 #include <stddef.h>
 #include <lttng/ust-events.h>
-#include "helper.h"
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 void lttng_ust_context_set_event_notifier_group_provider(const char *name,
                size_t (*get_size)(struct lttng_ctx_field *field, size_t offset),
                void (*record)(struct lttng_ctx_field *field,
This page took 0.023896 seconds and 4 git commands to generate.