summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-03-28 21:58:23 +0000
committerChristopher Faylor <me@cgf.cx>2005-03-28 21:58:23 +0000
commit68d96be7767a520e03724ddadd254b2a26756bb8 (patch)
treece40999f715ddc2acaa42af35c06b7018ceb4952 /winsup/cygwin/include
parentf340d72e913509b090daff2eb948f423359dce21 (diff)
downloadcygnal-68d96be7767a520e03724ddadd254b2a26756bb8.tar.gz
cygnal-68d96be7767a520e03724ddadd254b2a26756bb8.tar.bz2
cygnal-68d96be7767a520e03724ddadd254b2a26756bb8.zip
* include/ctype.h: Accommodate building in newlib.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/ctype.h b/winsup/cygwin/include/ctype.h
index 8b0ca03ca..05c950322 100644
--- a/winsup/cygwin/include/ctype.h
+++ b/winsup/cygwin/include/ctype.h
@@ -38,7 +38,7 @@ int __cdecl _toupper(int);
#define _X 0100
#define _B 0200
-#ifdef __INSIDE_CYGWIN__
+#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
extern const char _ctype_[];
#else
extern const __declspec(dllimport) char _ctype_[];