Remove LTTNG_HIDDEN macro
[lttng-ust.git] / liblttng-ust / context-provider-internal.h
index 6834343f1ad411afee58a0f84c0fee750dd9efb6..0ada2ccfc4bd9eb8bf903a42fee00aa93e46e0f2 100644 (file)
@@ -9,9 +9,8 @@
 
 #include <stddef.h>
 #include <lttng/ust-events.h>
-#include "ust-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.033435 seconds and 4 git commands to generate.