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_padsize.h')
-rw-r--r--winsup/cygwin/cygtls_padsize.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/winsup/cygwin/cygtls_padsize.h b/winsup/cygwin/cygtls_padsize.h
deleted file mode 100644
index d3f024ad3..000000000
--- a/winsup/cygwin/cygtls_padsize.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* cygtls_padsize.h: Extra file to be included from utils.
-
-This software is a copyrighted work licensed under the terms of the
-Cygwin license. Please consult the file "CYGWIN_LICENSE" for
-details. */
-
-/* FIXME: Find some way to autogenerate this value */
-#ifdef __x86_64__
-const int CYGTLS_PADSIZE = 12800; /* Must be 16-byte aligned */
-#else
-const int CYGTLS_PADSIZE = 12700;
-#endif