diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-09-28 14:30:42 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-09-28 14:30:42 -0700 |
commit | e069b2774d84fce2bd780b523cbb562afee28b9c (patch) | |
tree | e829c983f5ec114292423d957185d21ef6e5f23c /test/core | |
parent | 3a321282da2966dc35f1feedcb7115bb2fa5b7dc (diff) | |
parent | 73c4e876701eb274210352af36bef90c81d1dd87 (diff) |
Merge pull request #3550 from ctiller/pfft
Fix mac build (for realsies)
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/util/test_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c index 76b2cbd4d4..30caf4b1ef 100644 --- a/test/core/util/test_config.c +++ b/test/core/util/test_config.c @@ -89,7 +89,7 @@ static void install_crash_handler() { #include <string.h> #include <grpc/support/useful.h> -static char g_alt_stack[8192]; +static char g_alt_stack[MINSIGSTKSZ]; #define MAX_FRAMES 32 |