summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/setlocale.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-02-08 14:04:30 +0000
committerjoerg <joerg@FreeBSD.org>1997-02-08 14:04:30 +0000
commita2359f4fa3330559d5f370565c734d3c26271a90 (patch)
tree538b2203a152e2130d370f3aab50350bcd1f0674 /lib/libc/locale/setlocale.c
parent8a1d16660bffd1f931663fd6e083929b032910a5 (diff)
downloadFreeBSD-src-a2359f4fa3330559d5f370565c734d3c26271a90.zip
FreeBSD-src-a2359f4fa3330559d5f370565c734d3c26271a90.tar.gz
Do Andrey's homework :) before merging this into 2.2:
. add idempotency #ifdef . avoid sloppy common-style external declaration.
Diffstat (limited to 'lib/libc/locale/setlocale.c')
-rw-r--r--lib/libc/locale/setlocale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c
index 656ed85..b2f9072 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;
OpenPOWER on IntegriCloud