diff options
Diffstat (limited to 'devel/electron38/files/patch-base_threading_platform__thread__metrics.cc')
-rw-r--r-- | devel/electron38/files/patch-base_threading_platform__thread__metrics.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-base_threading_platform__thread__metrics.cc b/devel/electron38/files/patch-base_threading_platform__thread__metrics.cc new file mode 100644 index 000000000000..f81964b44f5e --- /dev/null +++ b/devel/electron38/files/patch-base_threading_platform__thread__metrics.cc @@ -0,0 +1,11 @@ +--- base/threading/platform_thread_metrics.cc.orig 2025-08-26 20:49:50 UTC ++++ base/threading/platform_thread_metrics.cc +@@ -26,7 +26,7 @@ PlatformThreadMetrics::CreateForCurrentThread() { + } + + #elif BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) ++ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + + // static + std::unique_ptr<PlatformThreadMetrics> |