aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-base_profiler_stack__sampling__profiler__test__util.cc
blob: 9779c7b34427a019aa6ae4da70a598afa75ae527 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                       
                                                      
                 







                                                                  
--- base/profiler/stack_sampling_profiler_test_util.cc.orig	2024-04-19 13:02:56 UTC
+++ base/profiler/stack_sampling_profiler_test_util.cc
@@ -37,7 +37,7 @@
 // Fortunately, it provides _alloca, which functions identically.
 #include <malloc.h>
 #define alloca _alloca
-#else
+#elif !BUILDFLAG(IS_BSD)
 #include <alloca.h>
 #endif