summaryrefslogtreecommitdiff
path: root/libc/misc/wchar
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-01 09:22:45 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-01 09:22:45 +0000
commitf45706ca6ade259d2cf9397c35b0135991470197 (patch)
treee21580a7be5c6ab7c2e0ddd7be61b6a2f9c23bf5 /libc/misc/wchar
parent2fe646ffaa4a775a63d850a3591824e5cb85d13c (diff)
global data uses libc_hidden_data_def, convert all -I hope- and add some new
Diffstat (limited to 'libc/misc/wchar')
-rw-r--r--libc/misc/wchar/wchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c
index 099769c2f..a795986e8 100644
--- a/libc/misc/wchar/wchar.c
+++ b/libc/misc/wchar/wchar.c
@@ -1269,7 +1269,7 @@ const unsigned char __iconv_codesets[] =
"\x08\x02""UTF-8\x00"
"\x0b\x01""US-ASCII\x00"
"\x07\x01""ASCII"; /* Must be last! (special case to save a nul) */
-libc_hidden_def(__iconv_codesets)
+libc_hidden_data_def(__iconv_codesets)
libc_hidden_proto(strcasecmp)