X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fconfigurator%2Fconfigurator.c;h=33651ef4df3bc95c27ad12a25327439a40ce4213;hp=722a6f6928834e8e2df647bddbb28d96b59d5a83;hb=HEAD;hpb=3b84688eca104d481cbecf98418fc30867b4c700 diff --git a/tools/configurator/configurator.c b/tools/configurator/configurator.c index 722a6f69..7d8f6b09 100644 --- a/tools/configurator/configurator.c +++ b/tools/configurator/configurator.c @@ -471,7 +471,7 @@ static const struct test base_tests[] = { "#include \n" "#include \n" "static int worked = 0;\n" - "static char stack[1024];\n" + "static char stack[8192];\n" "static ucontext_t a, b;\n" "static void fn(void *p, void *q) {\n" " void *cp = &worked;\n"