From 9c7c0249ac5e1a596581597fb65a3aba4b4d9d5c Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 11 Nov 2003 23:44:13 +0000 Subject: Fix for the last "fix". --- libc/sysdeps/linux/common/bits/uClibc_locale.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps') 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... */ -- cgit v1.2.3