mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
11 lines
378 B
C++
11 lines
378 B
C++
--- base/debug/stack_trace.cc.orig 2019-03-17 21:37:51 UTC
|
|
+++ base/debug/stack_trace.cc
|
|
@@ -14,7 +14,7 @@
|
|
|
|
#if BUILDFLAG(CAN_UNWIND_WITH_FRAME_POINTERS)
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_ANDROID)
|
|
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD)
|
|
#include <pthread.h>
|
|
#include "base/process/process_handle.h"
|
|
#include "base/threading/platform_thread.h"
|