Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-05-31 05:49:02 +0400
committerChristopher Faylor <me@cgf.cx>2006-05-31 05:49:02 +0400
commit08a968173b01ed1176b1a33f199167de2309f71c (patch)
tree16461115891e7325140de73bdf43301edc9588b6 /winsup/testsuite/winsup.api
parent47e55476bedb2b49abb37446934cc7406d120425 (diff)
* winsup.api/cygload.h: Increase padding to 32768.
Diffstat (limited to 'winsup/testsuite/winsup.api')
-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;