aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strxfrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strxfrm.c')
-rw-r--r--newlib/libc/string/strxfrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strxfrm.c b/newlib/libc/string/strxfrm.c
index 55b81b3..13c51be 100644
--- a/newlib/libc/string/strxfrm.c
+++ b/newlib/libc/string/strxfrm.c
@@ -48,7 +48,7 @@ QUICKREF
size_t
_DEFUN (strxfrm, (s1, s2, n),
char *__restrict s1,
- _CONST char *__restrict s2,
+ const char *__restrict s2,
size_t n)
{
size_t res;