snprintf: fix namespace of snprintf types for freebsd
[lttng-ust.git] / snprintf / fvwrite.h
index 19b633dbd42263b4d13c1ea3b73d0fb3b94cf16d..6553621213c109bbc1cd2009a23d068478e6ca8c 100644 (file)
 /*
  * I/O descriptors for __sfvwrite().
  */
-struct __siov {
+struct __lttng_ust_siov {
        void    *iov_base;
        size_t  iov_len;
 };
-struct __suio {
-       struct  __siov *uio_iov;
+struct __lttng_ust_suio {
+       struct  __lttng_ust_siov *uio_iov;
        int     uio_iovcnt;
        int     uio_resid;
 };
 
-extern int __sfvwrite(LFILE *, struct __suio *);
+extern int __sfvwrite(LTTNG_UST_LFILE *, struct __lttng_ust_suio *);
This page took 0.023029 seconds and 4 git commands to generate.