Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-06-04 09:12:38 +0400
committerChristopher Faylor <me@cgf.cx>2006-06-04 09:12:38 +0400
commitd97183b48ef3827510bb36ad0a1d44abd6a968d9 (patch)
tree808cb448cd56b5fc90e13977b1e9d59607d7f1b8 /winsup/cygwin/cygtls.h
parent0c58e0b3036508120e054c77390e209722614412 (diff)
* cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.
* tlsoffsets.h: Regenerate.
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r--winsup/cygwin/cygtls.h3
1 files changed, 2 insertions, 1 deletions
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");