X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=snprintf%2Ffvwrite.h;h=3fabf5f5f58a3440f6d7370df5b2a82cce868299;hb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;hp=a758b50873d7005f2fa7bbc0f9acbf4ac75f6e58;hpb=e88c7263a3440484b3968f6abc314efd40f0c3f4;p=lttng-ust.git diff --git a/snprintf/fvwrite.h b/snprintf/fvwrite.h index a758b508..3fabf5f5 100644 --- a/snprintf/fvwrite.h +++ b/snprintf/fvwrite.h @@ -15,8 +15,6 @@ */ #include -#include "ust-helper.h" - struct __lttng_ust_siov { void *iov_base; size_t iov_len; @@ -27,5 +25,5 @@ struct __lttng_ust_suio { int uio_resid; }; -LTTNG_HIDDEN -extern int __sfvwrite(LTTNG_UST_LFILE *, struct __lttng_ust_suio *); +extern int __sfvwrite(LTTNG_UST_LFILE *, struct __lttng_ust_suio *) + __attribute__((visibility("hidden")));