aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-third__party_perfetto_tools_busy__threads_busy__threads.cc
blob: a7c55b8f758addb3fd60815e75d02e802df19cc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/perfetto/tools/busy_threads/busy_threads.cc.orig	2021-04-14 01:15:27 UTC
+++ third_party/perfetto/tools/busy_threads/busy_threads.cc
@@ -29,7 +29,8 @@
 #define PERFETTO_HAVE_PTHREADS                \
   (PERFETTO_BUILDFLAG(PERFETTO_OS_LINUX) ||   \
    PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) || \
-   PERFETTO_BUILDFLAG(PERFETTO_OS_APPLE))
+   PERFETTO_BUILDFLAG(PERFETTO_OS_APPLE) ||   \
+   PERFETTO_BUILDFLAG(PERFETTO_OS_FREEBSD))
 
 #if PERFETTO_HAVE_PTHREADS
 #include <pthread.h>