summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-base_process_kill__posix.cc
blob: 12caf81e5eab485270527e2e7dd737b702ab6330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/process/kill_posix.cc.orig	2019-03-11 22:00:51 UTC
+++ base/process/kill_posix.cc
@@ -168,7 +168,7 @@ void EnsureProcessTerminated(Process process) {
       0, new BackgroundReaper(std::move(process), TimeDelta::FromSeconds(2)));
 }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
 void EnsureProcessGetsReaped(Process process) {
   DCHECK(!process.is_current());