Clean-up: utils: make utils_partial_realpath static
[lttng-tools.git] / src / common / utils.c
index 02eddfae4a0c93d044aaad23c75a436ce76bf4a3..803fb3363c8148ecbe17d769d59b534cb1afa6d4 100644 (file)
@@ -71,7 +71,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.023694 seconds and 4 git commands to generate.