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/external.cc')
-rw-r--r--winsup/cygwin/external.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc
index 74413a88a..f65ac2650 100644
--- a/winsup/cygwin/external.cc
+++ b/winsup/cygwin/external.cc
@@ -449,7 +449,7 @@ cygwin_internal (cygwin_getinfo_types t, ...)
res = 0;
break;
case CW_CYGTLS_PADSIZE:
- res = CYGTLS_PADSIZE;
+ res = __CYGTLS_PADSIZE__;
break;
case CW_SET_DOS_FILE_WARNING:
res = 0;