aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcsncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcsncpy.c')
-rw-r--r--newlib/libc/string/wcsncpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcsncpy.c b/newlib/libc/string/wcsncpy.c
index d09b95d..324dad3 100644
--- a/newlib/libc/string/wcsncpy.c
+++ b/newlib/libc/string/wcsncpy.c
@@ -37,7 +37,7 @@ No supporting OS subroutines are required.
wchar_t *
_DEFUN (wcsncpy, (s1, s2, n),
wchar_t *__restrict s1,
- _CONST wchar_t *__restrict s2,
+ const wchar_t *__restrict s2,
size_t n)
{
wchar_t *dscan=s1;