diff options
Diffstat (limited to 'newlib/libc/string/wcscpy.c')
-rw-r--r-- | newlib/libc/string/wcscpy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcscpy.c b/newlib/libc/string/wcscpy.c index 679e9c5..802d2af 100644 --- a/newlib/libc/string/wcscpy.c +++ b/newlib/libc/string/wcscpy.c @@ -57,8 +57,7 @@ No supporting OS subroutines are required. #include <wchar.h> wchar_t * -_DEFUN (wcscpy, (s1, s2), - wchar_t *__restrict s1, +wcscpy (wchar_t *__restrict s1, const wchar_t *__restrict s2) { wchar_t *p; |