X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fcompiler.h;h=2b496a88b70824b065461db08da1f2ca699161d5;hb=3de8060d28ffe56a57855df01849cac2e93dafd0;hp=1ab188f871a4e21ba5fd370c7b39e7c4ed4b7df2;hpb=2ac312e383c680ae87e8c4945c9d411b288d4bf7;p=lttv.git diff --git a/ltt/branches/poly/ltt/compiler.h b/ltt/branches/poly/ltt/compiler.h index 1ab188f8..2b496a88 100644 --- a/ltt/branches/poly/ltt/compiler.h +++ b/ltt/branches/poly/ltt/compiler.h @@ -48,5 +48,6 @@ ((gint32)(b) - (gint32)(a) <= 0)) #define guint32_before_eq(a,b) guint32_after_eq(b,a) +#define __EXPORT __attribute__ ((visibility ("default"))) #endif //COMPILER_H