diff options
Diffstat (limited to 'www/iridium/files/patch-base_debug_debugger__posix.cc')
-rw-r--r-- | www/iridium/files/patch-base_debug_debugger__posix.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-base_debug_debugger__posix.cc b/www/iridium/files/patch-base_debug_debugger__posix.cc index 52d9358a5923..385cf6935b92 100644 --- a/www/iridium/files/patch-base_debug_debugger__posix.cc +++ b/www/iridium/files/patch-base_debug_debugger__posix.cc @@ -1,6 +1,6 @@ ---- base/debug/debugger_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/debug/debugger_posix.cc.orig 2025-06-19 07:37:57 UTC +++ base/debug/debugger_posix.cc -@@ -41,6 +41,10 @@ +@@ -42,6 +42,10 @@ #include <sys/sysctl.h> #endif @@ -11,7 +11,7 @@ #if BUILDFLAG(IS_FREEBSD) #include <sys/user.h> #endif -@@ -99,33 +103,52 @@ bool BeingDebugged() { +@@ -100,33 +104,52 @@ bool BeingDebugged() { // Caution: struct kinfo_proc is marked __APPLE_API_UNSTABLE. The source and // binary interfaces may change. |