Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strxfrm.c')
-rw-r--r--newlib/libc/string/strxfrm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strxfrm.c b/newlib/libc/string/strxfrm.c
index 13c51becf..c5df0bcd5 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)
{