mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -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
11 lines
299 B
C
11 lines
299 B
C
--- src/common/compat/dlfcn.h.orig 2022-03-25 15:37:17 UTC
|
|
+++ src/common/compat/dlfcn.h
|
|
@@ -9,6 +9,8 @@
|
|
#ifndef _UST_COMMON_COMPAT_DLFCN_H
|
|
#define _UST_COMMON_COMPAT_DLFCN_H
|
|
|
|
+typedef long Lmid_t;
|
|
+
|
|
#ifdef _DLFCN_H
|
|
#error "Please include compat/dlfcn.h before dlfcn.h."
|
|
#endif /* _DLFCN_H */
|