aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale/nl_langinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/locale/nl_langinfo.c')
-rw-r--r--newlib/libc/locale/nl_langinfo.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/newlib/libc/locale/nl_langinfo.c b/newlib/libc/locale/nl_langinfo.c
index 4b7e983..392a7cb 100644
--- a/newlib/libc/locale/nl_langinfo.c
+++ b/newlib/libc/locale/nl_langinfo.c
@@ -182,10 +182,7 @@ char *
_DEFUN(nl_langinfo, (item),
nl_item item) {
- char *ret, *cs;
-#ifndef __CYGWIN__
- char *s;
-#endif
+ char *ret, *s, *cs;
static char *csym = NULL;
#ifdef TRANSITION_PERIOD_HACK
static char *cset = NULL;