X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=snprintf%2Ffvwrite.h;fp=snprintf%2Ffvwrite.h;h=42f77a9324e013098f89164343ea9d4ce521c001;hb=ddabe860f4cf41a4206a8157d83e6b9354f85cb5;hp=a758b50873d7005f2fa7bbc0f9acbf4ac75f6e58;hpb=d10a220587d0a41c85da916a65e9dfc9f61062fa;p=lttng-ust.git diff --git a/snprintf/fvwrite.h b/snprintf/fvwrite.h index a758b508..42f77a93 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 +__attribute__((visibility("hidden"))) extern int __sfvwrite(LTTNG_UST_LFILE *, struct __lttng_ust_suio *);