Remove LTTNG_HIDDEN macro
[lttng-ust.git] / include / ust-snprintf.h
index 19248f38891d18074ae06daf4ff0be3d59f08eee..da932139726ab0867a5b5f93c7049863a32e87ab 100644 (file)
 #include <stdarg.h>
 #include <stddef.h>
 
-#include "ust-helper.h"
-
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap);
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 int ust_safe_snprintf(char *str, size_t n, const char *fmt, ...)
        __attribute__ ((format (printf, 3, 4)));
 
This page took 0.022844 seconds and 4 git commands to generate.