diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-18 23:00:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-18 23:00:26 +0000 |
commit | df7de8e70d883c4befc4897d865020428d5fb7de (patch) | |
tree | f1084531c83d1865b8cdc605cfbc3585f1f85517 /libc/sysdeps | |
parent | 878366b7e0b77431885e2472907dfe8becc61a9a (diff) | |
download | uClibc-alpine-df7de8e70d883c4befc4897d865020428d5fb7de.tar.bz2 uClibc-alpine-df7de8e70d883c4befc4897d865020428d5fb7de.tar.xz |
Make __global_locale visible in headers
Diffstat (limited to 'libc/sysdeps')
-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 */ |