ports/sysutils/lttng-ust/files/patch-src_lib_lttng-ust-dl_ust__dl.h
Sean Champ 339c2277cf sysutils/lttng-ust: Update version 2.9.0=>2.13.2
Some of the patches retained here may be out of scope now, such as those
patches still adding a definition for NT_GNU_BUILD_ID.

Changelog:
https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=ac8d9a90b1e9052d2dea77e0b0c92b779bceb4a8

PR:		263112
2023-10-29 23:53:30 +01:00

10 lines
345 B
C

--- src/lib/lttng-ust-dl/ust_dl.h.orig 2022-03-25 15:37:17 UTC
+++ src/lib/lttng-ust-dl/ust_dl.h
@@ -21,6 +21,7 @@ extern "C" {
#define LTTNG_UST_DL_PROVIDER
#include <lttng/tracepoint.h>
+#include <common/compat/dlfcn.h>
LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_dl, dlopen,
LTTNG_UST_TP_ARGS(void *, ip, void *, baddr, const char *, path,