2023-08-16 22:26:55 +00:00
|
|
|
Index: base/process/kill.h
|
|
|
|
--- base/process/kill.h.orig
|
|
|
|
+++ base/process/kill.h
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -121,7 +121,7 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(Pro
|
2023-08-16 22:26:55 +00:00
|
|
|
BASE_EXPORT TerminationStatus GetKnownDeadTerminationStatus(
|
|
|
|
ProcessHandle handle, int* exit_code);
|
|
|
|
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
|
|
// Spawns a thread to wait asynchronously for the child |process| to exit
|
|
|
|
// and then reaps it.
|
|
|
|
BASE_EXPORT void EnsureProcessGetsReaped(Process process);
|