summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/cygload.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/testsuite/winsup.api/cygload.h')
-rw-r--r--winsup/testsuite/winsup.api/cygload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/cygload.h b/winsup/testsuite/winsup.api/cygload.h
index 226a3f8da..c7c562093 100644
--- a/winsup/testsuite/winsup.api/cygload.h
+++ b/winsup/testsuite/winsup.api/cygload.h
@@ -66,7 +66,7 @@ namespace cygwin
// gdb reports sizeof(_cygtls) == 3964 at the time of this writing.
// This is at the end of the object so it'll be toward the bottom
// of the stack when it gets declared.
- char _padding[8192];
+ char _padding[32768];
static padding *_main;
static DWORD _mainTID;