From 3e8067a62725780222fa90f2945f1d5599a5cdd6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 21 Nov 2008 08:15:19 +0000 Subject: deal with TODOs left over from libc_hidden_proto removal (fixes build with locale enabled) --- libc/misc/wchar/wchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/misc/wchar') diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index 9a0ceb293..86b056000 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -1238,10 +1238,10 @@ enum { * */ -//vda:TODO: make hidden - +/* Used externally only by iconv utility */ extern const unsigned char __iconv_codesets[]; -/* libc_hidden_proto(__iconv_codesets) */ +libc_hidden_proto(__iconv_codesets) + const unsigned char __iconv_codesets[] = "\x0a\xe0""WCHAR_T\x00" /* superset of UCS-4 but platform-endian */ #if __BYTE_ORDER == __BIG_ENDIAN -- cgit v1.2.3