From 7c6af01254832f6201739c714db8e86b87671981 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 13 Aug 2002 17:17:02 +0000 Subject: 2002-08-13 Jakub Jelinek * 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. --- locale/loadarchive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') 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. */ -- cgit v1.2.3