SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-base_process_kill_posix_cc
Normal file
12
www/iridium/patches/patch-base_process_kill_posix_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: base/process/kill_posix.cc
|
||||
--- base/process/kill_posix.cc.orig
|
||||
+++ base/process/kill_posix.cc
|
||||
@@ -157,7 +157,7 @@ void EnsureProcessTerminated(Process process) {
|
||||
0, new BackgroundReaper(std::move(process), Seconds(2)));
|
||||
}
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
void EnsureProcessGetsReaped(Process process) {
|
||||
DCHECK(!process.is_current());
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue