Clean-up: utils: make utils_partial_realpath static
[lttng-tools.git] / src / common / utils.c
index 45aeddcf69cf8e9f431b51fade1d8a7016fc3ad6..4827cfc7b732947ff8e11cfe1ac8b6781f21e083 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.023929 seconds and 5 git commands to generate.