Clean-up: utils: make utils_partial_realpath static
[lttng-tools.git] / src / common / utils.c
index 134d2054fbde1ea74de3a8562c93c13067bfcf53..ef22144d4e8637ddf15af3f456c11e0a10585efd 100644 (file)
@@ -65,7 +65,7 @@
  * to specify the size of the resolved_path argument if given, or the size to
  * allocate.
  */
-LTTNG_HIDDEN
+static
 char *utils_partial_realpath(const char *path, char *resolved_path, size_t size)
 {
        char *cut_path = NULL, *try_path = NULL, *try_path_prev = NULL;
This page took 0.0234490000000001 seconds and 4 git commands to generate.