Cleanup: Unaligned vs aligned ring buffer access comment
[lttng-ust.git] / include / ust-snprintf.h
index 19248f38891d18074ae06daf4ff0be3d59f08eee..3f66389468d69c10d8095c62d00e3026d4f9b166 100644 (file)
 #include <stdarg.h>
 #include <stddef.h>
 
-#include "ust-helper.h"
+int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap)
+       __attribute__((visibility("hidden")));
 
-LTTNG_HIDDEN
-int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap);
-LTTNG_HIDDEN
 int ust_safe_snprintf(char *str, size_t n, const char *fmt, ...)
-       __attribute__ ((format (printf, 3, 4)));
+       __attribute__((visibility("hidden")))
+       __attribute__((format(printf, 3, 4)));
 
 #endif /* UST_SNPRINTF */
This page took 0.0232830000000001 seconds and 4 git commands to generate.