Explorar o código

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

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger %!s(int64=14) %!d(string=hai) anos
pai
achega
01b480ad14
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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];