From d97183b48ef3827510bb36ad0a1d44abd6a968d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 4 Jun 2006 05:12:38 +0000 Subject: * cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like. * tlsoffsets.h: Regenerate. --- winsup/cygwin/cygtls.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/cygtls.h') diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h index 5cccf4898..97800a701 100644 --- a/winsup/cygwin/cygtls.h +++ b/winsup/cygwin/cygtls.h @@ -238,7 +238,8 @@ struct _cygtls }; #pragma pack(pop) -const int CYGTLS_PADSIZE = 4 * sizeof (_cygtls); +const int CYGTLS_PADSIZE = 12700; /* FIXME: Find some way to autogenerate + this value */ /*gentls_offsets*/ extern char *_tlsbase __asm__ ("%fs:4"); -- cgit v1.2.3