diff options
-rw-r--r-- | libc/string/_collate.c | 1 |
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]; |