diff options
Diffstat (limited to 'newlib/libc/string/wcscoll.c')
-rw-r--r-- | newlib/libc/string/wcscoll.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcscoll.c b/newlib/libc/string/wcscoll.c index 7d6b927..4bbf39c 100644 --- a/newlib/libc/string/wcscoll.c +++ b/newlib/libc/string/wcscoll.c @@ -33,8 +33,7 @@ PORTABILITY #include <wchar.h> int -_DEFUN (wcscoll, (a, b), - const wchar_t *a, +wcscoll (const wchar_t *a, const wchar_t *b) { |