mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 07:54:21 +01:00
Fix merge error from r1055
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1056 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
a56db25fed
commit
9f8f461279
@ -238,7 +238,6 @@ static bool FilterCallbackReturnTrue(void* context) {
|
||||
// redelivered to this handler. If the child dies with SIGSEGV then it wasn't.
|
||||
static void RaiseSIGKILL(int sig) {
|
||||
raise(SIGKILL);
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool InstallRaiseSIGKILL() {
|
||||
|
Loading…
Reference in New Issue
Block a user