Hide internal tracepoint and providers data symbols
[lttng-ust.git] / src / lib / lttng-ust-dl / lttng-ust-dl.c
index 0f01b356a980b1a36cef78d986591987198c4362..9b20874a04ca4bb09bbacf8c1b492b2cc2da2c3c 100644 (file)
@@ -26,7 +26,8 @@
 /* Include link.h last else it conflicts with ust-dlfcn. */
 #include <link.h>
 
-#define TRACEPOINT_DEFINE
+#define LTTNG_UST_TRACEPOINT_HIDDEN_DEFINITION
+#define LTTNG_UST_TRACEPOINT_DEFINE
 #include "ust_dl.h"
 
 static void *(*__lttng_ust_plibc_dlopen)(const char *filename, int flags);
This page took 0.026031 seconds and 4 git commands to generate.