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:
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");