We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d518067 commit f484ff7Copy full SHA for f484ff7
1 file changed
ddprof-lib/src/main/cpp/otel_process_ctx.cpp
@@ -34,6 +34,10 @@
34
#define PR_SET_VMA_ANON_NAME 0
35
#endif
36
37
+#ifndef MFD_NOEXEC_SEAL
38
+ #define MFD_NOEXEC_SEAL 0x0008U
39
+#endif
40
+
41
static const otel_process_ctx_data empty_data = {
42
.deployment_environment_name = NULL,
43
.service_instance_id = NULL,
0 commit comments