diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_locale.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_locale.h b/libc/sysdeps/linux/common/bits/uClibc_locale.h index ad80d8f83..39ed97959 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_locale.h +++ b/libc/sysdeps/linux/common/bits/uClibc_locale.h @@ -314,10 +314,11 @@ typedef struct __uclibc_locale_struct { } __uclibc_locale_t; extern __uclibc_locale_t __global_locale_data; -extern struct __uclibc_locale_struct * __global_locale; #endif /* !__UCLIBC_GEN_LOCALE */ #endif /* _LIBC */ +extern struct __uclibc_locale_struct * __global_locale; + typedef struct __uclibc_locale_struct *__locale_t; /* if we need to leave only _LIBC, then attribute_hidden is not usable */ |