Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / snprintf / floatio.h
index 150813533397106e89110d9821331170d3f75c7b..ad696314289e9f50ede98495b8d8a7f4657c7a91 100644 (file)
@@ -10,6 +10,8 @@
  * Chris Torek.
  */
 
+#include "ust-helper.h"
+
 /*
  * Floating point scanf/printf (input/output) definitions.
  */
@@ -31,6 +33,9 @@
 #error "floating point buffers too small"
 #endif
 
+LTTNG_HIDDEN
 char *__hdtoa(double, const char *, int, int *, int *, char **);
+LTTNG_HIDDEN
 char *__hldtoa(long double, const char *, int, int *, int *, char **);
+LTTNG_HIDDEN
 char *__ldtoa(long double *, int, int, int *, int *, char **);
This page took 0.029687 seconds and 4 git commands to generate.