projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8524d65
)
missing prototype for wcscoll (stub)
author
Rich Felker
<dalias@aerifal.cx>
Tue, 29 Mar 2011 22:30:27 +0000
(18:30 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 29 Mar 2011 22:30:27 +0000
(18:30 -0400)
include/wchar.h
patch
|
blob
|
history
diff --git
a/include/wchar.h
b/include/wchar.h
index 74f830dff31d50f4fdc164fe4e9aa53d19c6f9ab..f53621065438f06d96373cc733ac4947c4399542 100644
(file)
--- 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);