* winsup.api/cygload.h: Increase padding to 32768.
This commit is contained in:
parent
47e55476be
commit
08a968173b
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue