Fix: pass private data to context callbacks
[lttng-ust.git] / snprintf / floatio.h
index 150813533397106e89110d9821331170d3f75c7b..deaa1934aa62b2323fed937543c5a7cfea445dce 100644 (file)
 #error "floating point buffers too small"
 #endif
 
-char *__hdtoa(double, const char *, int, int *, int *, char **);
-char *__hldtoa(long double, const char *, int, int *, int *, char **);
-char *__ldtoa(long double *, int, int, int *, int *, char **);
+char *__hdtoa(double, const char *, int, int *, int *, char **)
+       __attribute__((visibility("hidden")));
+
+char *__hldtoa(long double, const char *, int, int *, int *, char **)
+       __attribute__((visibility("hidden")));
+
+char *__ldtoa(long double *, int, int, int *, int *, char **)
+       __attribute__((visibility("hidden")));
This page took 0.023039 seconds and 4 git commands to generate.