diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-08 14:04:30 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-08 14:04:30 +0000 |
| commit | cc551f25f4b5fb4b96962003f22a69032acdcb38 (patch) | |
| tree | 538b2203a152e2130d370f3aab50350bcd1f0674 /lib/libc/locale/setlocale.c | |
| parent | 17d9b79a9f591956bdf42a488fcb82b796d5ff05 (diff) | |
Notes
Diffstat (limited to 'lib/libc/locale/setlocale.c')
| -rw-r--r-- | lib/libc/locale/setlocale.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index 656ed85663f85..b2f90725a6219 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -98,6 +98,8 @@ 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; |
