Drop has_always_all_codepages flag

This commit is contained in:
Corinna Vinschen
2015-12-15 15:10:33 +01:00
parent e931b1a0eb
commit ed0ff4b940
4 changed files with 1 additions and 57 deletions

View File

@ -1022,7 +1022,6 @@ _DEFUN(_localeconv_r, (data),
#ifndef _REENT_ONLY
#ifndef __CYGWIN__
/* Cygwin provides its own version of setlocale to perform some more
initialization work. It calls _setlocale_r, though. */
char *
@ -1032,7 +1031,6 @@ _DEFUN(setlocale, (category, locale),
{
return _setlocale_r (_REENT, category, locale);
}
#endif /* __CYGWIN__ */
struct lconv *
_DEFUN_VOID(localeconv)