summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 21:40:01 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 21:40:01 +0100
commit01b480ad1454ee3664ffcb8b3ecf0d89ccb7d56b (patch)
treebaa89b84809fd54bb8a5f7d47f1bbf73472bdc98 /libc/string
parent1350fdff4b950d42771d6ea7b246e2d269e2bd72 (diff)
_collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/_collate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/_collate.c b/libc/string/_collate.c
index be1951301..def56d260 100644
--- a/libc/string/_collate.c
+++ b/libc/string/_collate.c
@@ -499,7 +499,6 @@ static void next_weight(col_state_t *cs, int pass __LOCALE_PARAM )
} while (1);
}
-libc_hidden_proto(__XL_NPP(wcscoll))
int __XL_NPP(wcscoll) (const Wchar *s0, const Wchar *s1 __LOCALE_PARAM )
{
col_state_t ws[2];