diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-11 23:44:13 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-11 23:44:13 +0000 |
commit | 9c7c0249ac5e1a596581597fb65a3aba4b4d9d5c (patch) | |
tree | 44a55c5cd00f76c64e1b4bf9277d2bd0dad87b1f /libc/sysdeps/linux | |
parent | 84600e24ce4663a14abe4e57d157f8f71e683b8c (diff) |
Fix for the last "fix".
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_locale.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_locale.h b/libc/sysdeps/linux/common/bits/uClibc_locale.h index 60e88c8a4..078f7e16d 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_locale.h +++ b/libc/sysdeps/linux/common/bits/uClibc_locale.h @@ -321,9 +321,11 @@ extern struct __uclibc_locale_struct * __global_locale; typedef struct __uclibc_locale_struct *__locale_t; +#ifdef _LIBC extern int __locale_mbrtowc_l(wchar_t *__restrict dst, const char *__restrict src, __locale_t loc ); +#endif #ifdef L_setlocale /* so we only get the warning once... */ |