X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=ef22144d4e8637ddf15af3f456c11e0a10585efd;hp=134d2054fbde1ea74de3a8562c93c13067bfcf53;hb=440bede9ee59598b9ea8a3a3ff3191b8c84bd4f7;hpb=71f3b9c7fd4ad68dd8763a2b1afd4620d77f6bdd diff --git a/src/common/utils.c b/src/common/utils.c index 134d2054f..ef22144d4 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -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;