From 08a968173b01ed1176b1a33f199167de2309f71c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 31 May 2006 01:49:02 +0000 Subject: [PATCH] * winsup.api/cygload.h: Increase padding to 32768. --- winsup/testsuite/ChangeLog | 4 ++++ winsup/testsuite/winsup.api/cygload.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * winsup.api/cygload.h: Increase padding to 32768. + 2006-05-24 Christopher Faylor * 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;