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
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ static bool FilterCallbackReturnTrue(void* context) {
|
||||||
// redelivered to this handler. If the child dies with SIGSEGV then it wasn't.
|
// redelivered to this handler. If the child dies with SIGSEGV then it wasn't.
|
||||||
static void RaiseSIGKILL(int sig) {
|
static void RaiseSIGKILL(int sig) {
|
||||||
raise(SIGKILL);
|
raise(SIGKILL);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool InstallRaiseSIGKILL() {
|
static bool InstallRaiseSIGKILL() {
|
||||||
|
|
Loading…
Reference in a new issue