From 10b5f0d87833bccbe50caa8e606c495d737663ee Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Thu, 13 Nov 2025 19:19:52 +0200 Subject: [PATCH] fix: GetDebugInfoDescriptor signature --- public/libbacktrace/elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/libbacktrace/elf.cpp b/public/libbacktrace/elf.cpp index ffe8d702..352b50dc 100644 --- a/public/libbacktrace/elf.cpp +++ b/public/libbacktrace/elf.cpp @@ -75,7 +75,7 @@ namespace tracy { #ifdef TRACY_DEBUGINFOD -int GetDebugInfoDescriptor( const char* buildid_data, size_t buildid_size ); +int GetDebugInfoDescriptor( const char* buildid_data, size_t buildid_size, const char* filename ); #endif #if !defined(HAVE_DECL_STRNLEN) || !HAVE_DECL_STRNLEN