diff options
Diffstat (limited to 'newlib/libc/string/wcstok.c')
-rw-r--r-- | newlib/libc/string/wcstok.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcstok.c b/newlib/libc/string/wcstok.c index 2467704..f7d1c5e 100644 --- a/newlib/libc/string/wcstok.c +++ b/newlib/libc/string/wcstok.c @@ -90,8 +90,7 @@ QUICKREF #include <wchar.h> wchar_t * -_DEFUN (wcstok, (s, delim, lasts), - register wchar_t *__restrict s, +wcstok (register wchar_t *__restrict s, register const wchar_t *__restrict delim, wchar_t **__restrict lasts) { |