aboutsummaryrefslogblamecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_kill.h
blob: 212c9e0fa5083b44f426612d9bd98fbe299c422d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                               
--- src/3rdparty/chromium/base/process/kill.h.orig	2018-11-13 18:25:11 UTC
+++ src/3rdparty/chromium/base/process/kill.h
@@ -111,7 +111,7 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(Pro
 BASE_EXPORT TerminationStatus GetKnownDeadTerminationStatus(
     ProcessHandle handle, int* exit_code);
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
 // Spawns a thread to wait asynchronously for the child |process| to exit
 // and then reaps it.
 BASE_EXPORT void EnsureProcessGetsReaped(Process process);