Fix the Linux build with clang.
Review URL: https://breakpad.appspot.com/470002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1052 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d053a94be8
commit
47d9afa176
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ static bool DoneCallbackRaiseSIGKILL(const MinidumpDescriptor& descriptor,
|
|||
void* context,
|
||||
bool succeeded) {
|
||||
raise(SIGKILL);
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool FilterCallbackReturnFalse(void* context) {
|
||||
|
|
Loading…
Reference in a new issue