Skip to content
Snippets Groups Projects
Commit cb8c4685 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #3546 from ctiller/pfft

Fix mac build
parents 868e1bbb ecc4f9c6
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,6 @@ static void install_crash_handler() { ...@@ -125,7 +125,6 @@ static void install_crash_handler() {
GPR_ASSERT(sigaction(SIGABRT, &sa, NULL) == 0); GPR_ASSERT(sigaction(SIGABRT, &sa, NULL) == 0);
GPR_ASSERT(sigaction(SIGBUS, &sa, NULL) == 0); GPR_ASSERT(sigaction(SIGBUS, &sa, NULL) == 0);
GPR_ASSERT(sigaction(SIGSEGV, &sa, NULL) == 0); GPR_ASSERT(sigaction(SIGSEGV, &sa, NULL) == 0);
GPR_ASSERT(sigaction(SIGSTKFLT, &sa, NULL) == 0);
} }
#else #else
static void install_crash_handler() {} static void install_crash_handler() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment