diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-31 01:49:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-31 01:49:02 +0000 |
commit | 08a968173b01ed1176b1a33f199167de2309f71c (patch) | |
tree | 16461115891e7325140de73bdf43301edc9588b6 /winsup | |
parent | 47e55476bedb2b49abb37446934cc7406d120425 (diff) | |
download | newlib-08a968173b01ed1176b1a33f199167de2309f71c.zip newlib-08a968173b01ed1176b1a33f199167de2309f71c.tar.gz newlib-08a968173b01ed1176b1a33f199167de2309f71c.tar.bz2 |
* winsup.api/cygload.h: Increase padding to 32768.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/testsuite/winsup.api/cygload.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 0ea18f2..95162a4 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 226a3f8..c7c5620 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; |