diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-13 17:17:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-13 17:17:02 +0000 |
commit | 7c6af01254832f6201739c714db8e86b87671981 (patch) | |
tree | 627453b9d3fa7829af836f4ecd362ed66035dbcf /locale/loadarchive.c | |
parent | faea9de6e06ea59dd5f891f5a9860cb1cb805ab1 (diff) | |
download | glibc-7c6af01254832f6201739c714db8e86b87671981.tar.gz |
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.c | 2 |
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. */ |