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

Merge pull request #3550 from ctiller/pfft

Fix mac build (for realsies)
parents 3a321282 73c4e876
Branches
Tags
No related merge requests found
...@@ -89,7 +89,7 @@ static void install_crash_handler() { ...@@ -89,7 +89,7 @@ static void install_crash_handler() {
#include <string.h> #include <string.h>
#include <grpc/support/useful.h> #include <grpc/support/useful.h>
static char g_alt_stack[8192]; static char g_alt_stack[MINSIGSTKSZ];
#define MAX_FRAMES 32 #define MAX_FRAMES 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment