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 'newlib/libc/include/unctrl.h')
-rw-r--r--newlib/libc/include/unctrl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/include/unctrl.h b/newlib/libc/include/unctrl.h
index 8205ea60e..004075232 100644
--- a/newlib/libc/include/unctrl.h
+++ b/newlib/libc/include/unctrl.h
@@ -40,7 +40,7 @@
#define unctrl(c) __unctrl[(c) & 0xff]
#define unctrllen(ch) __unctrllen[(ch) & 0xff]
-extern _CONST char * _CONST __unctrl[256]; /* Control strings. */
-extern _CONST char __unctrllen[256]; /* Control strings length. */
+extern __IMPORT _CONST char * _CONST __unctrl[256]; /* Control strings. */
+extern __IMPORT _CONST char __unctrllen[256]; /* Control strings length. */
#endif /* _UNCTRL_H_ */