summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/breakpad_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
index 891201e0..763d031 100644
--- a/chrome/app/breakpad_linux.cc
+++ b/chrome/app/breakpad_linux.cc
@@ -608,6 +608,7 @@ pid_t HandleCrashDump(const BreakpadInfo& info) {
sys__exit(1);
}
+ HANDLE_EINTR(sys_waitpid(child, NULL, 0));
return child;
}