aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-base_profiler_stack__sampling__profiler__unittest.cc
blob: 5e99faf6ba88205403c23d012127f92866ce5391 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/stack_sampling_profiler_unittest.cc.orig	2025-03-24 20:50:14 UTC
+++ base/profiler/stack_sampling_profiler_unittest.cc
@@ -46,7 +46,7 @@
 
 #include <intrin.h>
 #include <malloc.h>
-#else
+#elif !BUILDFLAG(IS_BSD)
 #include <alloca.h>
 #endif