mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-09 14:21:07 +00:00
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
@ -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 New Issue
Block a user