Browse Source

_collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 14 years ago
parent
commit
01b480ad14
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/string/_collate.c

+ 0 - 1
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];