Remove LTTNG_HIDDEN macro
[lttng-ust.git] / snprintf / fvwrite.h
index a758b50873d7005f2fa7bbc0f9acbf4ac75f6e58..42f77a9324e013098f89164343ea9d4ce521c001 100644 (file)
@@ -15,8 +15,6 @@
  */
 #include <stddef.h>
 
-#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 *);
This page took 0.023956 seconds and 4 git commands to generate.