mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
11 lines
437 B
C++
11 lines
437 B
C++
--- base/process/kill_posix.cc.orig 2022-05-19 14:06:27 UTC
|
|
+++ base/process/kill_posix.cc
|
|
@@ -158,7 +158,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());
|
|
|