aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-base_profiler_stack__sampling__profiler__test__util.cc
blob: 73538f09980d8a79a294d9f5794561d78b453b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/stack_sampling_profiler_test_util.cc.orig	2025-03-24 20:50:14 UTC
+++ base/profiler/stack_sampling_profiler_test_util.cc
@@ -50,7 +50,7 @@
 // Fortunately, it provides _alloca, which functions identically.
 #include <malloc.h>
 #define alloca _alloca
-#else
+#elif !BUILDFLAG(IS_BSD)
 #include <alloca.h>
 #endif