From 01b480ad1454ee3664ffcb8b3ecf0d89ccb7d56b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 9 Mar 2011 21:40:01 +0100 Subject: _collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll* Signed-off-by: Peter S. Mazinger --- libc/string/_collate.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/string') 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]; -- cgit v1.2.3