snprintf: fix namespace of snprintf types for freebsd
[lttng-ust.git] / snprintf / fvwrite.c
index 62f713e073a9f9a53353777c40c85a09f982e9bb..fb075f1ba90014eb8ac8059644b77df48caeab8f 100644 (file)
  * to the three different kinds of output buffering is handled here.
  */
 int
-__sfvwrite(LFILE *fp, struct __suio *uio)
+__sfvwrite(LTTNG_UST_LFILE *fp, struct __lttng_ust_suio *uio)
 {
        size_t len;
        char *p;
-       struct __siov *iov;
+       struct __lttng_ust_siov *iov;
        int w, s;
        char *nl;
        int nlknown, nldist;
This page took 0.040095 seconds and 4 git commands to generate.