diff options
author | Christopher Faylor <me@cgf.cx> | 2006-06-04 05:12:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-06-04 05:12:38 +0000 |
commit | d97183b48ef3827510bb36ad0a1d44abd6a968d9 (patch) | |
tree | 808cb448cd56b5fc90e13977b1e9d59607d7f1b8 /winsup/cygwin/cygtls.h | |
parent | 0c58e0b3036508120e054c77390e209722614412 (diff) | |
download | cygnal-d97183b48ef3827510bb36ad0a1d44abd6a968d9.tar.gz cygnal-d97183b48ef3827510bb36ad0a1d44abd6a968d9.tar.bz2 cygnal-d97183b48ef3827510bb36ad0a1d44abd6a968d9.zip |
* 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.h | 3 |
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"); |