missing prototype for wcscoll (stub)

This commit is contained in:
Rich Felker 2011-03-29 18:30:27 -04:00
parent 8524d6536c
commit 1c1aa32eea

View File

@ -47,6 +47,7 @@ wchar_t *wcsncat (wchar_t *, const wchar_t *, size_t);
int wcscmp (const wchar_t *, const wchar_t *);
int wcsncmp (const wchar_t *, const wchar_t *, size_t);
int wcscoll(const wchar_t *, const wchar_t *);
size_t wcsxfrm (wchar_t *, const wchar_t *, size_t n);
wchar_t *wcschr (const wchar_t *, wchar_t);