diff options
Diffstat (limited to 'newlib/libc/string/wcscpy.c')
-rw-r--r-- | newlib/libc/string/wcscpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcscpy.c b/newlib/libc/string/wcscpy.c index c75866e1d..ed8b484bc 100644 --- a/newlib/libc/string/wcscpy.c +++ b/newlib/libc/string/wcscpy.c @@ -5,7 +5,7 @@ FUNCTION ANSI_SYNOPSIS #include <wchar.h> wchar_t *wcscpy(wchar_t *__restrict <[s1]>, - const wchar_t *__restrict ,<[s2]>); + const wchar_t *__restrict <[s2]>); TRAD_SYNOPSIS wchar_t *wcscpy(<[s1]>, <[s2]> |