* winsup.api/cygload.h: Increase padding to 32768.

This commit is contained in:
Christopher Faylor 2006-05-31 01:49:02 +00:00
parent 47e55476be
commit 08a968173b
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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;