snprintf: fix namespace of snprintf types for freebsd
[lttng-ust.git] / snprintf / fflush.c
index fc52bb300f678df0fcde1253fca78083070e039a..32cc6602ea91aae89fd4a94e9c7794b83aa2a3ab 100644 (file)
@@ -36,7 +36,7 @@
 #include "local.h"
 
 /* Flush a single file, or (if fp is NULL) all files.  */
-int ust_safe_fflush(LFILE *fp)
+int ust_safe_fflush(LTTNG_UST_LFILE *fp)
 {
 
        if (fp == NULL)
@@ -50,7 +50,7 @@ int ust_safe_fflush(LFILE *fp)
 }
 
 int
-__sflush(LFILE *fp)
+__sflush(LTTNG_UST_LFILE *fp)
 {
        unsigned char *p;
        int n, t;
This page took 0.023961 seconds and 4 git commands to generate.