diff options
Diffstat (limited to 'newlib/libc/string/strxfrm.c')
-rw-r--r-- | newlib/libc/string/strxfrm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strxfrm.c b/newlib/libc/string/strxfrm.c index 13c51be..c5df0bc 100644 --- a/newlib/libc/string/strxfrm.c +++ b/newlib/libc/string/strxfrm.c @@ -46,8 +46,7 @@ QUICKREF #include <string.h> size_t -_DEFUN (strxfrm, (s1, s2, n), - char *__restrict s1, +strxfrm (char *__restrict s1, const char *__restrict s2, size_t n) { |