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 a7be44a31b..c1817060bc 100644 --- a/usr/src/lib/libc/port/locale/localeimpl.c +++ b/usr/src/lib/libc/port/locale/localeimpl.c @@ -98,7 +98,7 @@ extern struct lc_time lc_time_posix; extern struct lc_ctype lc_ctype_posix; extern struct lc_collate lc_collate_posix; -static struct locale posix_locale = { +static struct _locale posix_locale = { /* locdata */ .locdata = { &__posix_ctype_locdata, |