Remove LTTNG_HIDDEN macro
[lttng-ust.git] / snprintf / floatio.h
index ad696314289e9f50ede98495b8d8a7f4657c7a91..db4a3c731ac89127ed60f6cf710b7b65f4a13e0a 100644 (file)
@@ -10,8 +10,6 @@
  * Chris Torek.
  */
 
-#include "ust-helper.h"
-
 /*
  * Floating point scanf/printf (input/output) definitions.
  */
 #error "floating point buffers too small"
 #endif
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 char *__hdtoa(double, const char *, int, int *, int *, char **);
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 char *__hldtoa(long double, const char *, int, int *, int *, char **);
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 char *__ldtoa(long double *, int, int, int *, int *, char **);
This page took 0.023319 seconds and 4 git commands to generate.