Move _PathLocale to data-only file, so setrunelocale() not pick up

whole setlocale.c module now.

Should go into 2.2
This commit is contained in:
Andrey A. Chernov 1997-02-09 09:29:27 +00:00
parent fab46a51da
commit e799281533
2 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,6 @@ extern int __time_load_locale __P((const char *)); /* strftime.c */
extern int _xpg4_setrunelocale __P((char *));
#endif
char *_PathLocale;
char *
setlocale(category, locale)
int category;

View File

@ -193,3 +193,5 @@ _RuneLocale _DefaultRuneLocale = {
_RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale;
int __mb_cur_max = 1;
char *_PathLocale;