summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-11-11 23:44:13 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-11-11 23:44:13 +0000
commit9c7c0249ac5e1a596581597fb65a3aba4b4d9d5c (patch)
tree44a55c5cd00f76c64e1b4bf9277d2bd0dad87b1f /libc/sysdeps
parent84600e24ce4663a14abe4e57d157f8f71e683b8c (diff)
Fix for the last "fix".
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_locale.h2
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... */