X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fcompiler.h;h=2b496a88b70824b065461db08da1f2ca699161d5;hb=f9240312451df4ff9fc7b0d4cfb159a03d7dc2c3;hp=1ab188f871a4e21ba5fd370c7b39e7c4ed4b7df2;hpb=7de49e3a43f71c4ac8f748fee9107f35a027368c;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