From 1c1aa32eea467b2ed43b457b5528713933b32e95 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 29 Mar 2011 18:30:27 -0400 Subject: missing prototype for wcscoll (stub) --- include/wchar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wchar.h b/include/wchar.h index 74f830df..f5362106 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -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); -- cgit v1.2.1