summaryrefslogtreecommitdiff
path: root/locale/loadarchive.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-13 17:17:02 +0000
committerRoland McGrath <roland@gnu.org>2002-08-13 17:17:02 +0000
commit7c6af01254832f6201739c714db8e86b87671981 (patch)
tree627453b9d3fa7829af836f4ecd362ed66035dbcf /locale/loadarchive.c
parentfaea9de6e06ea59dd5f891f5a9860cb1cb805ab1 (diff)
2002-08-13 Jakub Jelinek <jakub@redhat.com>
* locale/loadarchive.c (archfname): Add missing slash. * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def. * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
Diffstat (limited to 'locale/loadarchive.c')
-rw-r--r--locale/loadarchive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/loadarchive.c b/locale/loadarchive.c
index 52f58be839..59ac916e29 100644
--- a/locale/loadarchive.c
+++ b/locale/loadarchive.c
@@ -39,7 +39,7 @@
/* Name of the locale archive file. */
-static const char archfname[] = LOCALEDIR "locale-archive";
+static const char archfname[] = LOCALEDIR "/locale-archive";
/* Record of contiguous pages already mapped from the locale archive. */