summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-05-31 01:49:02 +0000
committerChristopher Faylor <me@cgf.cx>2006-05-31 01:49:02 +0000
commit08a968173b01ed1176b1a33f199167de2309f71c (patch)
tree16461115891e7325140de73bdf43301edc9588b6
parent47e55476bedb2b49abb37446934cc7406d120425 (diff)
downloadcygnal-08a968173b01ed1176b1a33f199167de2309f71c.tar.gz
cygnal-08a968173b01ed1176b1a33f199167de2309f71c.tar.bz2
cygnal-08a968173b01ed1176b1a33f199167de2309f71c.zip
* winsup.api/cygload.h: Increase padding to 32768.
-rw-r--r--winsup/testsuite/ChangeLog4
-rw-r--r--winsup/testsuite/winsup.api/cygload.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 0ea18f2c0..95162a4e9 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-30 Christopher Faylor <cgf@timesys.com>
+
+ * winsup.api/cygload.h: Increase padding to 32768.
+
2006-05-24 Christopher Faylor <cgf@timesys.com>
* configure.in: Update to newer autoconf.
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;