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.cc')
-rw-r--r--winsup/cygwin/cygtls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc
index 4b6a85d10..c0ee645e0 100644
--- a/winsup/cygwin/cygtls.cc
+++ b/winsup/cygwin/cygtls.cc
@@ -20,7 +20,7 @@ details. */
void
_cygtls::call (DWORD (*func) (void *, void *), void *arg)
{
- char buf[CYGTLS_PADSIZE];
+ char buf[__CYGTLS_PADSIZE__];
/* Initialize this thread's ability to respond to things like
SIGSEGV or SIGFPE. */
exception protect;