aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-28 11:48:46 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-28 11:48:46 -0700
commitecc4f9c6945da9382ff5201a3c426ce203fd3c09 (patch)
tree667c3ec3043adab4efb9918ae977494766c4a819 /test/core/util
parentf2eb040872a74818b144bf8bb28e8e17055f2923 (diff)
Fix mac build
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/test_config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c
index c3d356c1f2..76b2cbd4d4 100644
--- a/test/core/util/test_config.c
+++ b/test/core/util/test_config.c
@@ -125,7 +125,6 @@ static void install_crash_handler() {
GPR_ASSERT(sigaction(SIGABRT, &sa, NULL) == 0);
GPR_ASSERT(sigaction(SIGBUS, &sa, NULL) == 0);
GPR_ASSERT(sigaction(SIGSEGV, &sa, NULL) == 0);
- GPR_ASSERT(sigaction(SIGSTKFLT, &sa, NULL) == 0);
}
#else
static void install_crash_handler() {}