aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-base_profiler_stack__sampling__profiler__unittest.cc
blob: d0d238df5bc5dfea5d36f444a11f48a3694e737d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/stack_sampling_profiler_unittest.cc.orig	2025-04-22 20:15:27 UTC
+++ base/profiler/stack_sampling_profiler_unittest.cc
@@ -47,7 +47,7 @@
 
 #include <intrin.h>
 #include <malloc.h>
-#else
+#elif !BUILDFLAG(IS_BSD)
 #include <alloca.h>
 #endif