aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygtls.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-06-03 02:58:59 +0000
committerChristopher Faylor <me@cgf.cx>2006-06-03 02:58:59 +0000
commit35016286da5f37e051e743928fbd8d8376a39f54 (patch)
treed7f63c82a38c555b28143be15418e2c3a0c793d7 /winsup/cygwin/cygtls.h
parent3feae7b1163bad97625000d73db5bb225bd7c2bf (diff)
downloadnewlib-35016286da5f37e051e743928fbd8d8376a39f54.zip
newlib-35016286da5f37e051e743928fbd8d8376a39f54.tar.gz
newlib-35016286da5f37e051e743928fbd8d8376a39f54.tar.bz2
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
call chain.
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r--winsup/cygwin/cygtls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h
index 0a3b06d..5cccf48 100644
--- a/winsup/cygwin/cygtls.h
+++ b/winsup/cygwin/cygtls.h
@@ -238,7 +238,7 @@ struct _cygtls
};
#pragma pack(pop)
-const int CYGTLS_PADSIZE = 3 * sizeof (_cygtls);
+const int CYGTLS_PADSIZE = 4 * sizeof (_cygtls);
/*gentls_offsets*/
extern char *_tlsbase __asm__ ("%fs:4");