mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
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
10 lines
345 B
C
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,
|