diff options
Diffstat (limited to 'usr/src/lib/libc/port/locale/localeimpl.c')
-rw-r--r-- | usr/src/lib/libc/port/locale/localeimpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/locale/localeimpl.c b/usr/src/lib/libc/port/locale/localeimpl.c index f7e3ab240f..9083e0f16b 100644 --- a/usr/src/lib/libc/port/locale/localeimpl.c +++ b/usr/src/lib/libc/port/locale/localeimpl.c @@ -146,7 +146,7 @@ static char *categories[7] = { * Prototypes. */ static const char *get_locale_env(int); -static struct locdata *locdata_get(int, const const char *); +static struct locdata *locdata_get(int, const char *); static struct locdata *locdata_get_cache(int, const char *); static locale_t mklocname(locale_t); |