Set hidden visibility for calls used in lttng-ctl
[lttng-tools.git] / src / common / error.c
index 016027acdc7ef15a29bdd8a946fbbc97fc7af02b..d5403d804d5c9dc658fcff946a1e74c074bf97a5 100644 (file)
@@ -109,6 +109,7 @@ static const char *error_string_array[] = {
  *
  * These code MUST be negative in other to treat that as an error value.
  */
+__attribute__((visibility("hidden")))
 const char *error_get_str(int32_t code)
 {
        code = -code;
This page took 0.022728 seconds and 4 git commands to generate.