X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=803fb3363c8148ecbe17d769d59b534cb1afa6d4;hp=02eddfae4a0c93d044aaad23c75a436ce76bf4a3;hb=77b1882c1ae0302be8102ca115812694e4411fc5;hpb=fd5f765ddad09f7f0395544bfa2b4ea5f624966a diff --git a/src/common/utils.c b/src/common/utils.c index 02eddfae4..803fb3363 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -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;